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.
- Atomic
Bitwise - Trait describing structs that implement atomic bitwise operations.
- Atomic
Numeric - Trait describing structs that implement atomic integer operations.
- Atomically
Sized - Trait describing types that are atomically sized, i.e. it’s possible to perform atomic operations on them.