std::atomic::types {Type}

store

macro void Atomic.store(&self, Type value, AtomicOrdering ordering = SEQ_CONSISTENT)
Stores data atomically, by default this uses SEQ_CONSISTENT ordering.

Parameters