Atomic.store

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

template store(msync ms = msync.seq)
void
store
()

Members

Functions

store
void store(T newval)

Stores 'newval' to the memory referenced by this value. This operation is both lock-free and atomic.

Meta