Type Definition futures_intrusive::sync::Mutex
source · pub type Mutex<T> = GenericMutex<RawMutex, T>;
Expand description
A GenericMutex
backed by parking_lot
.
pub type Mutex<T> = GenericMutex<RawMutex, T>;
A GenericMutex
backed by parking_lot
.