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 ffaee52 commit 4c58842Copy full SHA for 4c58842
stdlib/public/Concurrency/NonDispatchGlobalExecutor.cpp
@@ -90,7 +90,7 @@ bool swift_task_isMainExecutorImpl(SwiftExecutorRef executor) {
90
}
91
92
SWIFT_RUNTIME_ATTRIBUTE_NORETURN SWIFT_CC(swift)
93
-void swift_task_asyncMainDrainQueueImpll() {
+void swift_task_asyncMainDrainQueueImpl() {
94
swift_reportError(0, "operation unsupported without libdispatch: "
95
"swift_task_asyncMainDrainQueue");
96
0 commit comments