pub type Mutex<T> = Mutex<TracingWrapper<RawMutex>, T>;
Expand description
Dependency tracking mutex. See: parking_lot::Mutex
.
Aliased Typeยง
pub struct Mutex<T> { /* private fields */ }
pub type Mutex<T> = Mutex<TracingWrapper<RawMutex>, T>;
Dependency tracking mutex. See: parking_lot::Mutex
.
pub struct Mutex<T> { /* private fields */ }