Module utils_atomics::prelude

source ·

Re-exports

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

Structs

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.