Skip to main content

LowestFirstPriorityMutex

Type Alias LowestFirstPriorityMutex 

Source
pub type LowestFirstPriorityMutex<P, T, const FIFO: bool = false> = PriorityMutex<P, T, FIFO, true>;

Aliased Typeยง

pub struct LowestFirstPriorityMutex<P, T, const FIFO: bool = false> { /* private fields */ }