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 0d14682 commit a1daea9Copy full SHA for a1daea9
Runtimes/Core/Concurrency/CMakeLists.txt
@@ -71,7 +71,6 @@ add_library(swift_Concurrency
71
Deque/Deque+UnsafeHandle.swift
72
Deque/UnsafeMutableBufferPointer+Utilities.swift
73
DiscardingTaskGroup.swift
74
- DummyExecutor.swift
75
Errors.swift
76
Executor.swift
77
ExecutorAssertions.swift
@@ -96,6 +95,7 @@ add_library(swift_Concurrency
96
95
TaskLocal.swift
97
TaskSleep.swift
98
TaskSleepDuration.swift
+ UnimplementedExecutor.swift
99
"${CMAKE_CURRENT_BINARY_DIR}/Task+init.swift"
100
"${CMAKE_CURRENT_BINARY_DIR}/TaskGroup+addTask.swift"
101
"${CMAKE_CURRENT_BINARY_DIR}/Task+immediate.swift")
0 commit comments