Crate atomic_types

Source
Expand description

Simple crate that adds an AtomicallySized trait and an associated trait called Atomic<T> that makes generic containers accross atomic types easier to implement.

Enums§

Ordering
Atomic memory orderings

Traits§

Atomic
Trait describing an atomic version of an atomically-sized type.
AtomicBitwise
Trait describing structs that implement atomic bitwise operations.
AtomicNumeric
Trait describing structs that implement atomic integer operations.
AtomicallySized
Trait describing types that are atomically sized, i.e. it’s possible to perform atomic operations on them.