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 1e19f25 commit 2028716Copy full SHA for 2028716
stdlib/public/Concurrency/TaskGroup.cpp
@@ -33,7 +33,9 @@
33
#include "queue" // TODO: remove and replace with usage of our mpsc queue
34
#include <atomic>
35
#include <assert.h>
36
+#if !SWIFT_CONCURRENCY_COOPERATIVE_GLOBAL_EXECUTOR
37
#include <dispatch/dispatch.h>
38
+#endif
39
40
#if !defined(_WIN32)
41
#include <dlfcn.h>
0 commit comments