Contents

DISPATCH_QUEUE_CONCURRENT

A dispatch queue that executes blocks concurrently.

Declaration

#define DISPATCH_QUEUE_CONCURRENT

Discussion

Although they execute blocks concurrently, you can use barrier blocks to create synchronization points within the queue.

See Also

Creating a Dispatch Queue