Contents

concurrent

The queue schedules tasks concurrently.

Declaration

static let concurrent: DispatchQueue.Attributes

Discussion

If this attribute is not present, the queue schedules tasks serially in first-in, first-out (FIFO) order.

See Also

Attributes