<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Dispatch",
  "identifier" : "/documentation/Dispatch/DispatchWorkItemFlags/noQoS",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Dispatch"
    ],
    "preciseIdentifier" : "s:8Dispatch0A13WorkItemFlagsV5noQoSACvpZ"
  },
  "title" : "noQoS"
}
-->

# noQoS

Execute the work item without assigning a quality-of-service class.

```
static let noQoS: DispatchWorkItemFlags
```

## Discussion

This flag takes priority over the [`assignCurrentContext`](/documentation/Dispatch/DispatchWorkItemFlags/assignCurrentContext) flag.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)