Type Alias RawMutex

Source
pub type RawMutex<T, E> = Mutex<WordLock<E>, T>;
Expand description

A mutual exclusion primitive useful for protecting shared data using ThreadEvent for thread blocking.

Aliased Typeยง

pub struct RawMutex<T, E> { /* private fields */ }