Skip to content

[test] Add extractIsolation to concurrency ABI #71924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/abi/macOS/arm64/concurrency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu

// Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF

Added: _swift_job_run_on_serial_and_task_executor
Added: _swift_job_run_on_task_executor
Added: _swift_task_getPreferredTaskExecutor
Expand Down
3 changes: 3 additions & 0 deletions test/abi/macOS/x86_64/concurrency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu

// Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF

Added: _swift_job_run_on_serial_and_task_executor
Added: _swift_job_run_on_task_executor
Added: _swift_task_getPreferredTaskExecutor
Expand Down