futures_intrusive::sync

Type Alias Mutex

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

Aliased Typeยง

struct Mutex<T> { /* private fields */ }