[−][src]Module crossbeam::atomic
Additional utilities for atomics.
Structs
ArcCell | A type providing atomic storage and retrieval of an |
AtomicCell | A thread-safe mutable memory location. |
Traits
AtomicConsume | Trait which allows reading from primitive atomic types with "consume" ordering. |