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