Type Definition hermit_sync::TicketMutex

source ·
pub type TicketMutex<T> = Mutex<RawTicketMutex, T>;
Expand description