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