Type Alias Mutex

Source
pub type Mutex<T> = Mutex<RawMutex, T>;
๐Ÿ‘ŽDeprecated: The parkinglot feature has been renamed parking_lot
Expand description

Dependency tracking mutex. See: ::parking_lot::Mutex.

Aliased Typeยง

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