The OpenD Programming Language

Atomic.store

Atomically replaces the current value with a desired value. Memory is affected according to the value of order.

struct Atomic(T)
pure nothrow @nogc
void
store
(
T val
)

Meta