Enum dispatch::QueueAttribute
[−]
[src]
pub enum QueueAttribute {
Serial,
Concurrent,
}The type of a dispatch queue.
Variants
SerialThe queue executes blocks serially in FIFO order.
ConcurrentThe queue executes blocks concurrently.