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 e6882f2 commit cf77aa3Copy full SHA for cf77aa3
stdlib/public/Concurrency/NonDispatchGlobalExecutor.cpp
@@ -34,6 +34,8 @@
34
35
#include "ExecutorImpl.h"
36
37
+using namespace swift;
38
+
39
SWIFT_CC(swift)
40
void swift_task_enqueueGlobalImpl(SwiftJob *job) {
41
assert(job && "no job provided");
0 commit comments