Skip to main content

shared

Function shared 

Source
fn shared() -> &'static ReleaseTimer
Expand description

The process-wide wheel, constructed on first use. Never dropped: it lives in a static OnceLock<ReleaseTimer>, so its thread is never joined and the atexit joins a thread that holds a lock hazard cannot arise.