Expand description
Atomic types.
AtomicCell
, a thread-safe mutable memory location.AtomicConsume
, for reading from primitive atomic types with “consume” ordering.
Modules§
- atomic_
cell 🔒 - consume 🔒
- seq_
lock 🔒
Structs§
- Atomic
Cell - A thread-safe mutable memory location.
Traits§
- Atomic
Consume - Trait which allows reading from primitive atomic types with “consume” ordering.