pub type Mutex<T> = Mutex<T>;Expand description
An alias of ax_runtime::task::sync::Mutex.
Aliased Typeยง
pub struct Mutex<T> { /* private fields */ }pub type Mutex<T> = Mutex<T>;An alias of ax_runtime::task::sync::Mutex.
pub struct Mutex<T> { /* private fields */ }