Skip to main content

Mutex

Type Alias Mutex 

Source
pub type Mutex<T> = Mutex<T>;
Expand description

Mutex type using std::sync::Mutex (default, no fast-lock feature).

Aliased Typeยง

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