Skip to content

Commit 29543d4

Browse files
committed
Revert "[Concurrency] Workaround for _runAsyncHandler."
This reverts commit 5cac8d0.
1 parent 6b13814 commit 29543d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/Task.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ extension Task {
281281

282282
}
283283

284-
@_optimize(none)
285284
public func _runAsyncHandler(operation: @escaping () async -> ()) {
286285
_ = Task.runDetached(operation: operation)
287286
}

0 commit comments

Comments
 (0)