Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

Atomic<T>.load¶

Description¶

Atomically load the stored T value

Signature¶

T Atomic<T>.load(MemoryOrder order)
    where T : IAtomicable;

Parameters¶

order : MemoryOrder = MemoryOrder.Relaxed¶

On this page
  • Atomic<T>.load
    • Description
    • Signature
    • Parameters
      • order : MemoryOrder = MemoryOrder.Relaxed