atomicLoad import { atomicLoad } from "destack:sync"; Atomic load. Atomically reads the value at ptr with the specified memory ordering. export declare function atomicLoad(ptr: *T, order: MemoryOrdering, scope: AtomicScope, memoryScope: MemoryScope, regions: MemoryRegionSet, isVolatile: boolean, isMakeAvailable: boolean, isMakeVisible: boolean): T language/library/src/sync/atomic.ds:203:212