Type Alias RawMutex

Source
pub type RawMutex<T, ThreadEvent> = GenericMutex<WordLock<ThreadEvent>, T>;
Expand description

A futures-aware mutex.

Aliased Typeยง

pub struct RawMutex<T, ThreadEvent> { /* private fields */ }