Skip to main content

FIFOPriorityMutex

Type Alias FIFOPriorityMutex 

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

Aliased Typeยง

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