Mutex

Type Alias Mutex 

pub(crate) type Mutex<T> = Mutex<RawMutex, T>;
Expand description

A Mutex using [RawMutex] for its backing implementation.

Aliased Typeยง

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