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.
pub use crate::traits::Atomic;
pub use crate::fill_queue::*;
alloc
OnceCell
. It initializes with a value, which then can be raced by other threads to take.