cupertino-docs/docs/dispatch/documentation_dispatch_dispatch_queue_priority_default.json
Mihaela Mihaljevic 1eae0594fc data: refresh docs/ + add packages/ from .cupertino-dev
Bulk update of the public corpus from /Users/mmj/.cupertino-dev/, the
local source that built v1.0.0 / v1.0.1 release database bundles.

- docs/: 1,739 new pages, 403,381 modified (schema upgrade to the
  structured-page format used by v1.0+: overview, rawMarkdown,
  sections[].items[]). Total 404,568 page JSONs (2.4 GB).
- packages/: 1,587 packages (1.5 GB), previously empty in this repo.
  Includes per-package source archives and READMEs for the curated
  Swift package set. Some packages (notably swiftlang/swift-foundation-icu)
  ship 50-100 MB ICU lookup tables — under GitHub's 100 MB limit.

No deletions: existing files not in .cupertino-dev are preserved
(e.g. swift-org/ has 81 historical pages this update doesn't touch).
2026-05-09 12:58:32 +02:00

98 lines
4.1 KiB
JSON

{
"abstract" : "Tasks run at the default priority, which is equivalent to the default quality-of-service.",
"availability" : [
{
"beta" : false,
"deprecated" : false,
"name" : "iOS",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "iPadOS",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "Mac Catalyst",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "macOS",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "tvOS",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "visionOS",
"unavailable" : false
},
{
"beta" : false,
"deprecated" : false,
"name" : "watchOS",
"unavailable" : false
}
],
"codeExamples" : [
],
"contentHash" : "ecee0cda79a1577e72df36d97394b302991945a329902730139bbbc4700802e4",
"crawlDepth" : 4,
"crawledAt" : "2026-05-03T05:36:27Z",
"declaration" : {
"code" : "var DISPATCH_QUEUE_PRIORITY_DEFAULT: Int32 { get }",
"language" : "swift"
},
"id" : "FB75C029-EEF2-C6E3-DD3C-A92CD32FE4C9",
"kind" : "unknown",
"language" : "swift",
"module" : "Dispatch",
"overview" : "## Discussion\n\nUse quality-of-service constants instead. This constant maps to the `QOS_CLASS_DEFAULT` class.\n\nItems dispatched to the queue run at the default priority; the queue is scheduled for execution after all high priority queues have been scheduled, but before any low priority queues have been scheduled.",
"platforms" : [
"iOS",
"iPadOS",
"Mac Catalyst",
"macOS",
"tvOS",
"visionOS",
"watchOS"
],
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/dispatch\/dispatch_queue_priority_default\ncrawled: 2026-05-03T05:36:27Z\n---\n\n# DISPATCH_QUEUE_PRIORITY_DEFAULT\n\n**Global Variable**\n\nTasks run at the default priority, which is equivalent to the default quality-of-service.\n\n## Declaration\n\n```swift\nvar DISPATCH_QUEUE_PRIORITY_DEFAULT: Int32 { get }\n```\n\n## Discussion\n\nUse quality-of-service constants instead. This constant maps to the `QOS_CLASS_DEFAULT` class.\n\nItems dispatched to the queue run at the default priority; the queue is scheduled for execution after all high priority queues have been scheduled, but before any low priority queues have been scheduled.\n\n## Priorities\n\n- **DISPATCH_QUEUE_PRIORITY_HIGH**: Tasks run at the highest priority, which is equivalent to the user-initiated quality-of-service level.\n- **DISPATCH_QUEUE_PRIORITY_LOW**: Tasks run at a low priority, which is equivalent to the utility quality-of-service level.\n- **DISPATCH_QUEUE_PRIORITY_BACKGROUND**: Tasks run at the background priority, which is equivalent to the background quality-of-service level.\n\n",
"sections" : [
{
"content" : "",
"items" : [
{
"description" : "Tasks run at the highest priority, which is equivalent to the user-initiated quality-of-service level.",
"name" : "DISPATCH_QUEUE_PRIORITY_HIGH",
"url" : "https:\/\/developer.apple.com\/documentation\/Dispatch\/DISPATCH_QUEUE_PRIORITY_HIGH"
},
{
"description" : "Tasks run at a low priority, which is equivalent to the utility quality-of-service level.",
"name" : "DISPATCH_QUEUE_PRIORITY_LOW",
"url" : "https:\/\/developer.apple.com\/documentation\/Dispatch\/DISPATCH_QUEUE_PRIORITY_LOW"
},
{
"description" : "Tasks run at the background priority, which is equivalent to the background quality-of-service level.",
"name" : "DISPATCH_QUEUE_PRIORITY_BACKGROUND",
"url" : "https:\/\/developer.apple.com\/documentation\/Dispatch\/DISPATCH_QUEUE_PRIORITY_BACKGROUND"
}
],
"title" : "Priorities"
}
],
"source" : "appleJSON",
"title" : "DISPATCH_QUEUE_PRIORITY_DEFAULT",
"url" : "https:\/\/developer.apple.com\/documentation\/dispatch\/dispatch_queue_priority_default"
}