RKTK API Docs RKTK Home Repo

Type Alias Mutex

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

Aliased Typeยง

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