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.
@_transparent
1 parent 272a1c2 commit 363f3cbCopy full SHA for 363f3cb
stdlib/public/Concurrency/Task.swift
@@ -754,7 +754,7 @@ public struct UnsafeCurrentTask {
754
/// There is no way to uncancel a task.
755
///
756
/// - SeeAlso: `checkCancellation()`
757
- @_transparent public var isCancelled: Bool {
+ public var isCancelled: Bool {
758
_taskIsCancelled(_task)
759
}
760
0 commit comments