Module prelude

Source

Re-exports§

pub use crate::traits::Atomic;
pub use crate::fill_queue::*;alloc

Structs§

TakeCell
Inverse of a OnceCell. It initializes with a value, which then can be raced by other threads to take.