Skip to main content

Module atomic

Module atomic 

Source
Expand description

Atomic value types and reference/counting helpers. Atomic value wrappers, counters, and reference helpers.

Structsยง

Atomic
A high-level atomic wrapper for supported primitive value types.
AtomicCount
A non-negative atomic counter with synchronization-oriented operations.
AtomicRef
Atomic reference type.
AtomicSignedCount
A signed atomic counter with synchronization-oriented operations.