Module crossbeam_utils::atomic[][src]

Atomic types.

  • AtomicCell, a thread-safe mutable memory location.
  • AtomicConsume, for reading from primitive atomic types with “consume” ordering.

Structs

AtomicCell

A thread-safe mutable memory location.

Traits

AtomicConsume

Trait which allows reading from primitive atomic types with “consume” ordering.