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 9ba714a + e83b0a2 commit e813bbeCopy full SHA for e813bbe
stdlib/public/Concurrency/Task.swift
@@ -570,6 +570,7 @@ func _enqueueJobGlobal(_ task: Builtin.Job)
570
@_silgen_name("swift_task_isCancelled")
571
func isTaskCancelled(_ task: Builtin.NativeObject) -> Bool
572
573
+@available(*, deprecated)
574
@_silgen_name("swift_task_runAndBlockThread")
575
public func runAsyncAndBlock(_ asyncFun: @escaping () async -> ())
576
0 commit comments