atomicStore

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

  1. void atomicStore(T val, T newval)
    template atomicStore(msync ms = msync.seq, T)
    version(!TangoDoc && LDC)
    deprecated
    void
    atomicStore
    (
    ref T val
    ,)
  2. template atomicStore(msync ms, T)
  3. template atomicStore(msync ms = msync.seq, T)
  4. template atomicStore(msync ms = msync.seq, T)

Members

Functions

atomicStore
deprecated void atomicStore(T val, T newval)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta