Contents

dispatch_queue_concurrent_t

A dispatch queue that executes tasks concurrently and in any order, respecting any barriers that may be in place.

Declaration

typealias dispatch_queue_concurrent_t = DispatchConcurrentQueue

See Also

Creating a Dispatch Queue