File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ public macro isolation<T>() -> T = Builtin.IsolationMacro
86
86
#endif
87
87
88
88
#if $IsolatedAny
89
+ @_alwaysEmitIntoClient
89
90
@available ( SwiftStdlib 5 . 1 , * )
90
91
public func extractIsolation< each Arg , Result > (
91
92
_ fn: @escaping @isolated ( any) ( repeat each Arg ) async throws -> Result
Original file line number Diff line number Diff line change @@ -264,9 +264,6 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
264
264
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
265
265
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
266
266
267
- // Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
268
- Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF
269
-
270
267
Added: _swift_job_run_on_serial_and_task_executor
271
268
Added: _swift_job_run_on_task_executor
272
269
Added: _swift_task_getPreferredTaskExecutor
Original file line number Diff line number Diff line change @@ -264,9 +264,6 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
264
264
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
265
265
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
266
266
267
- // Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
268
- Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF
269
-
270
267
Added: _swift_job_run_on_serial_and_task_executor
271
268
Added: _swift_job_run_on_task_executor
272
269
Added: _swift_task_getPreferredTaskExecutor
You can’t perform that action at this time.
0 commit comments