Skip to content

Commit 9b15a9f

Browse files
committed
Delete runAsyncAndBlock once and for all!
1 parent b4e6a9b commit 9b15a9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/Concurrency/Task.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,6 @@ func _enqueueJobGlobal(_ task: Builtin.Job)
680680
@usableFromInline
681681
func _enqueueJobGlobalWithDelay(_ delay: UInt64, _ task: Builtin.Job)
682682

683-
@available(*, deprecated)
684-
@_silgen_name("swift_task_runAndBlockThread")
685-
public func runAsyncAndBlock(_ asyncFun: @escaping () async -> ())
686-
687683
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
688684
@_silgen_name("swift_task_asyncMainDrainQueue")
689685
public func _asyncMainDrainQueue() -> Never

0 commit comments

Comments
 (0)