Crate utils_atomics

source ·

Re-exports

pub use fill_queue::FillQueue;
alloc
pub use bitfield::AtomicBitBox;
alloc

Modules

bitfieldalloc and nightly
channelalloc
flagalloc

Structs

AllocErrorExperimental
The AllocError error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.
Inverse of a OnceCell. It initializes with a value, which then can be raced by other threads to take. Once the value is taken, it can never be taken again.