Operatorswift 6.0.1_Concurrency
==(_:_:)
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
static func == (lhs: UnsafeCurrentTask, rhs: UnsafeCurrentTask) -> Bool
Other members in extension
Instance members
var basePriority: TaskPriority
The current task’s base priority.
var isCancelled: Bool
A Boolean value that indicates whether the current task was canceled.
var priority: TaskPriority
The current task’s priority.
var unownedTaskExecutor: UnownedTaskExecutor?
The current
TaskExecutor
preference, if this task has one configured.func cancel(
) Cancel the current task.
func hash(into: inout Hasher
)