File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ set(LLVM_OPTIONAL_SOURCES
208
208
set (SWIFT_CONCURRENCY_GYB_SOURCES
209
209
Task+init.swift.gyb
210
210
TaskGroup+addTask.swift.gyb
211
- Task+immediate
211
+ Task+immediate.swift.gyb
212
212
)
213
213
214
214
add_swift_target_library (swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
Original file line number Diff line number Diff line change @@ -54,9 +54,8 @@ import Swift
54
54
% ],
55
55
% [ # PARAMS
56
56
% 'name: String? = nil',
57
- % 'executorPreference taskExecutor: (any TaskExecutor)? = nil ',
57
+ % 'executorPreference taskExecutor: (any TaskExecutor)?',
58
58
% 'priority: TaskPriority? = nil',
59
- % # '@_inheritActorContext @_implicitSelfCapture operation: sending @escaping @isolated(any) () async throws -> Success',
60
59
% 'operation: sending @escaping () async throws -> Success',
61
60
% ]),
62
61
% # ==== --------------------------------------------------------------------
@@ -70,7 +69,7 @@ import Swift
70
69
% ],
71
70
% [ # PARAMS
72
71
% 'name: String? = nil',
73
- % 'executorPreference taskExecutor: (any TaskExecutor)? = nil ',
72
+ % 'executorPreference taskExecutor: (any TaskExecutor)?',
74
73
% 'priority: TaskPriority? = nil',
75
74
% 'operation: sending @escaping () async throws -> Success',
76
75
% ]),
You can’t perform that action at this time.
0 commit comments