Skip to main content

IrqMutex

Type Alias IrqMutex 

Source
pub type IrqMutex<T> = Mutex<BaseRawSpinLock<PreemptIrqSaveState>, T>;
Expand description

A non-sleeping mutex whose guard saves and disables local IRQs.

Aliased Typeยง

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