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.
1 parent 962c114 commit 089cc4fCopy full SHA for 089cc4f
stdlib/public/Concurrency/Task.swift
@@ -760,7 +760,7 @@ internal func _asyncMainDrainQueue() -> Never
760
internal func _getMainExecutor() -> Builtin.Executor
761
762
@available(SwiftStdlib 5.1, *)
763
-public func _runAsyncMain(@_unsafeSendable _ asyncFun: @escaping () async throws -> ()) {
+public func _runAsyncMain(_ asyncFun: @escaping () async throws -> ()) {
764
Task.detached {
765
do {
766
#if !os(Windows)
0 commit comments