Module crossbeam::atomic

source ·
Expand description

Additional utilities for atomics.

Structs

A type providing atomic storage and retrieval of an Arc<T>.
A thread-safe mutable memory location.

Traits

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