Loads the atomic value from memory and returns it. The memory barrier specified by 'order' is applied to the operation, which is fully sequenced by default. Valid memory orders are MemoryOrder.raw, MemoryOrder.acq, and MemoryOrder.seq.
The atomic value.
See Implementation
Loads the atomic value from memory and returns it. The memory barrier specified by 'order' is applied to the operation, which is fully sequenced by default. Valid memory orders are MemoryOrder.raw, MemoryOrder.acq, and MemoryOrder.seq.