pub type InterruptMutex<I, T> = Mutex<RawInterruptMutex<I>, T>;
Expand description
A lock_api::Mutex
based on RawInterruptMutex
.
Aliased Typeยง
struct InterruptMutex<I, T> { /* private fields */ }
pub type InterruptMutex<I, T> = Mutex<RawInterruptMutex<I>, T>;
A lock_api::Mutex
based on RawInterruptMutex
.
struct InterruptMutex<I, T> { /* private fields */ }