Type Alias futures_intrusive::sync::Mutex
source · pub type Mutex<T> = GenericMutex<RawMutex, T>;
Expand description
A GenericMutex
backed by parking_lot
.
Aliased Type§
struct Mutex<T> { /* private fields */ }
pub type Mutex<T> = GenericMutex<RawMutex, T>;
A GenericMutex
backed by parking_lot
.
struct Mutex<T> { /* private fields */ }