Skip to main content

SingletonMutex

Type Alias SingletonMutex 

Source
pub type SingletonMutex<T> = SingletonOf<Mutex<LazyLock<T>>>;
Expand description

Multi thread singleton

Aliased Typeยง

pub struct SingletonMutex<T> { /* private fields */ }