std::sync::MUTEX_INIT [] [src]

pub const MUTEX_INIT: StaticMutex = StaticMutex::new()
Unstable (static_mutex #27717)

: may be merged with Mutex in the future

Static initialization of a mutex. This constant can be used to initialize other mutex constants.