Atomic

Wraps a type for atomic reading and writing.

Constructors

this
this(T value)

Constructs a new atomic value.

Alias This

value

Members

Functions

opAssign
auto ref opAssign(inout(Y) value)

Atomic assignment

opOpAssign
auto ref opOpAssign(inout(Y) value)

Allows performing arithmetic operations on the given values.

Properties

value
T value [@property getter]

The value of the atomic type.

value
T value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta