hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
AtomicHelper.increment
hunt
concurrency
atomic
AtomicHelper
AtomicHelper
Undocumented in source. Be warned that the author may not have intended to support it.
class
AtomicHelper
static
T
increment
(
T
U
)
(
ref
T
stuff
,
U
delta
= 1
)
if
(
__traits(
isIntegral
,
T
)
)
Meta
Source
See Implementation
hunt
concurrency
atomic
AtomicHelper
AtomicHelper
static functions
compareAndSet
decrement
getAndAdd
getAndBitwiseOr
getAndDecrement
getAndIncrement
getAndSet
increment
load
store