Enum itron_solid_asp3::wait::QueueOrder [−][src]
pub enum QueueOrder {
Fifo,
TaskPriority,
}
This is supported on crate feature
unstable
only.Expand description
Specifies the sorting order of a wait queue.
Variants
Fifo
The wait queue is processed in a FIFO order.
TaskPriority
The wait queue is processed in a task priority order.
Implementations
Convert self
to a value of type abi::ATR
.