---
title: dispatchQueue
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enmanager/dispatchqueue
---

# dispatchQueue

The dispatch queue on which to invoke handlers.

## Declaration

```swift
var dispatchQueue: dispatch_queue_t { get set }
```

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.5 and later. The default is the main queue.

## See Also

### Configuring the Manager

- [exposureNotificationStatus](exposurenotification/enmanager/exposurenotificationstatus.md)
- [exposureNotificationEnabled](exposurenotification/enmanager/exposurenotificationenabled.md)
- [authorizationStatus](exposurenotification/enmanager/authorizationstatus.md)
