Type Definition hermit_sync::InterruptTicketMutex
source · pub type InterruptTicketMutex<T> = Mutex<RawInterruptTicketMutex, T>;Expand description
A lock_api::Mutex based on RawInterruptTicketMutex.
pub type InterruptTicketMutex<T> = Mutex<RawInterruptTicketMutex, T>;A lock_api::Mutex based on RawInterruptTicketMutex.