Constant RUNNING
pub(in ::sys::sync::once::futex) const RUNNING: u32 = 1u32;
Some thread is currently attempting to run initialization. It may succeed, so all future threads need to wait for it to finish.
RUNNINGpub(in ::sys::sync::once::futex) const RUNNING: u32 = 1u32;
Some thread is currently attempting to run initialization. It may succeed, so all future threads need to wait for it to finish.