RKTK API Docs RKTK Home Repo

Mutex

Type Alias Mutex 

Source
pub type Mutex<T> = Mutex<RawMutex, T>;

Aliased Typeยง

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