store.store

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

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

Parameters

newval T

The value to store.

Meta