Atomic<T>
Provides atomic access to non-primitive data type.
Represents atomic accumulator.
Represents atomic update action.
Gets or sets value atomically.
Clones thic container atomically.
Atomically sets the stored value to the given updated value if the current value == the expected value.
Compares two values of type T for bitwise equality and, if they are equal, replaces the stored value.
Sets a value stored in this container to a specified value and returns the original value, as an atomic operation.
Performs atomic read.
Swaps the value stored in this container and the given value atomically.
Swaps the value stored in this container and the given value atomically.
Performs atomic write.