We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb7706d + 6b90664 commit d25eba2Copy full SHA for d25eba2
stdlib/public/Concurrency/Task+PriorityEscalation.swift
@@ -15,6 +15,7 @@ import Swift
15
16
// ==== Task Priority Escalation -----------------------------------------------
17
18
+@available(SwiftStdlib 6.2, *)
19
extension Task {
20
/// Escalate the task `priority` of the passed in task to the `newPriority`.
21
///
@@ -47,6 +48,7 @@ extension Task {
47
48
}
49
50
51
52
extension UnsafeCurrentTask {
53
54
0 commit comments