Type Alias hermit_sync::InterruptMutex

source ·
pub type InterruptMutex<I, T> = Mutex<RawInterruptMutex<I>, T>;
Expand description

Aliased Type§

struct InterruptMutex<I, T> { /* private fields */ }