Type Definition hermit_sync::InterruptTicketMutex

source ·
pub type InterruptTicketMutex<T> = Mutex<RawInterruptTicketMutex, T>;
Expand description