DISPATCH_QUEUE_CONCURRENT
A dispatch queue that executes blocks concurrently.
Declaration
#define DISPATCH_QUEUE_CONCURRENTDiscussion
Although they execute blocks concurrently, you can use barrier blocks to create synchronization points within the queue.