pub type Mutex<T> = Mutex<TracingWrapper<RawMutex>, T>;
Available on crate feature parkinglot only.
Expand description

Dependency tracking mutex. See: parking_lot::Mutex.

Aliased Type§

struct Mutex<T> { /* private fields */ }