tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
atomicOp
tern
atomic
Performs an atomic operation
op
on
rhs
and
lhs
.
static pragma(
inline
)
auto
atomicOp
(
string
op
R
L
)
(
ref
shared
R
rhs
,
L
lhs
)
Meta
Source
See Implementation
tern
atomic
classes
SpinLock
static functions
atomicExchange
atomicLoad
atomicLoadElem
atomicOp
atomicStore
fence
Performs an atomic operation op on rhs and lhs.