---
title: dispatch_workloop_t
framework: dispatch
role: symbol
role_heading: Type Alias
path: dispatch/dispatch_workloop_t
---

# dispatch_workloop_t

A dispatch queue that prioritizes the execution of tasks based on their quality-of-service level.

## Declaration

```swift
typealias dispatch_workloop_t = DispatchWorkloop
```
