Skip to main content

Mutex

Type Alias Mutex 

Source
pub type Mutex<T> = Mutex<T>;
Available on non-WebAssembly only.
Expand description

Platform-independent mutex

Aliased Typeยง

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