Atomic.load

///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////

template load(msync ms = msync.seq)
T
load
()

Members

Functions

load
T load()

Refreshes the contents of this value from main memory. This operation is both lock-free and atomic.

Meta