We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd21d6c + 4c58842 commit 98c538aCopy full SHA for 98c538a
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