Skip to content

Commit 82135ea

Browse files
committed
[Concurrency] Update how we add parameters to Task.init, change the AEIC funcs
[Concurrency] Lower availability for task names + addTask WIP on changing the always emit into client funcs
1 parent 3323d61 commit 82135ea

File tree

8 files changed

+642
-1069
lines changed

8 files changed

+642
-1069
lines changed

Runtimes/Core/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_subdirectory(InternalShims)
22

3+
gyb_expand(Task+init.swift.gyb Task+init.swift)
34
gyb_expand(TaskGroup+addTask.swift.gyb TaskGroup+addTask.swift)
45
gyb_expand(Task+startSynchronously.swift.gyb Task+startSynchronously.swift)
56

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
222222
${SWIFT_RUNTIME_CONCURRENCY_NONEMBEDDED_SWIFT_SOURCES}
223223

224224
GYB_SOURCES
225+
Task+init.swift.gyb
225226
TaskGroup+addTask.swift.gyb
226227
Task+startSynchronously.swift.gyb
227228

0 commit comments

Comments
 (0)