1
2
3
//! Synchronization primitives based on spinning
pub(crate) use once::Once;
mod once;