pub type RawMutex<T, E> = Mutex<WordLock<E>, T>;Expand description
A mutual exclusion primitive useful for protecting shared data using
ThreadEvent for thread blocking.
Aliased Typeยง
pub struct RawMutex<T, E> { /* private fields */ }pub type RawMutex<T, E> = Mutex<WordLock<E>, T>;A mutual exclusion primitive useful for protecting shared data using
ThreadEvent for thread blocking.
pub struct RawMutex<T, E> { /* private fields */ }