tracing_core/spin/
mod.rs

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