File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 1 file changed +2
-3
lines changed 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