pub type SingletonMutex<T> = SingletonOf<Mutex<LazyLock<T>>>;Expand description
Multi thread singleton
Aliased Typeยง
pub struct SingletonMutex<T> { /* private fields */ }pub type SingletonMutex<T> = SingletonOf<Mutex<LazyLock<T>>>;Multi thread singleton
pub struct SingletonMutex<T> { /* private fields */ }