std::atomic::types {Type}

load

macro Type Atomic.load(&self, AtomicOrdering ordering = SEQ_CONSISTENT)
Loads data atomically, by default this uses SEQ_CONSISTENT ordering.

Parameters