pub type Mutex<T> = Mutex<RawMutex, T>;๐Deprecated: The
parkinglot feature has been renamed parking_lotExpand description
Dependency tracking mutex. See: ::parking_lot::Mutex.
Aliased Typeยง
pub struct Mutex<T> { /* private fields */ }