pub type FairMutexGuard<'a, T> = MutexGuard<'a, RawFairMutex, T>;๐Deprecated:
The parkinglot feature has been renamed parking_lot
Expand description
Mutex guard for FairMutex.
Aliased Typeยง
pub struct FairMutexGuard<'a, T> { /* private fields */ }