---
title: DispatchConcurrentQueue
framework: dispatch
role: symbol
role_heading: Class
path: dispatch/dispatchconcurrentqueue
---

# DispatchConcurrentQueue

A custom dispatch queue that schedules tasks for concurrent execution.

## Declaration

```swift
class DispatchConcurrentQueue
```

## Overview

Overview You do not create objects of this type directly. You receive a queue of the appropriate type when you create a new DispatchQueue object.

## Topics

### Structures

- [DispatchConcurrentQueue.Attributes](dispatch/dispatchconcurrentqueue/attributes.md)

### Initializers

- [init(label:qos:attributes:autoreleaseFrequency:target:)](dispatch/dispatchconcurrentqueue/init(label:qos:attributes:autoreleasefrequency:target:).md)

## Relationships

### Inherits From

- [DispatchQueue](dispatch/dispatchqueue.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [Equatable](swift/equatable.md)
- [Executor](swift/executor.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Scheduler](combine/scheduler.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TaskExecutor](swift/taskexecutor.md)

## See Also

### Creating a Dispatch Queue

- [main](dispatch/dispatchqueue/main.md)
- [global(qos:)](dispatch/dispatchqueue/global(qos:).md)
- [init(label:qos:attributes:autoreleaseFrequency:target:)](dispatch/dispatchqueue/init(label:qos:attributes:autoreleasefrequency:target:).md)
- [DispatchQoS.QoSClass](dispatch/dispatchqos/qosclass-swift.enum.md)
- [DispatchQueue.Attributes](dispatch/dispatchqueue/attributes.md)
- [DispatchQueue.AutoreleaseFrequency](dispatch/dispatchqueue/autoreleasefrequency.md)
- [OS_dispatch_queue_main](dispatch/os_dispatch_queue_main-swift.class.md)
- [OS_dispatch_queue_global](dispatch/os_dispatch_queue_global-swift.class.md)
- [DispatchSerialQueue](dispatch/dispatchserialqueue.md)
- [dispatch_queue_main_t](dispatch/dispatch_queue_main_t.md)
- [dispatch_queue_global_t](dispatch/dispatch_queue_global_t.md)
- [dispatch_queue_serial_t](dispatch/dispatch_queue_serial_t.md)
- [dispatch_queue_concurrent_t](dispatch/dispatch_queue_concurrent_t.md)
