pub type RawMutex<T, ThreadEvent> = GenericMutex<WordLock<ThreadEvent>, T>;Expand description
A futures-aware mutex.
Aliased Typeยง
pub struct RawMutex<T, ThreadEvent> { /* private fields */ }pub type RawMutex<T, ThreadEvent> = GenericMutex<WordLock<ThreadEvent>, T>;A futures-aware mutex.
pub struct RawMutex<T, ThreadEvent> { /* private fields */ }