concurrent
The queue schedules tasks concurrently.
Declaration
static let concurrent: DispatchQueue.AttributesDiscussion
If this attribute is not present, the queue schedules tasks serially in first-in, first-out (FIFO) order.
The queue schedules tasks concurrently.
static let concurrent: DispatchQueue.AttributesIf this attribute is not present, the queue schedules tasks serially in first-in, first-out (FIFO) order.