Skip to content

[Concurrency] Mark extractIsolation as @_alwaysEmitIntoClient.#71941

Merged
hborla merged 1 commit intoswiftlang:mainfrom
hborla:extract-isolation-aeic
Feb 28, 2024
Merged

[Concurrency] Mark extractIsolation as @_alwaysEmitIntoClient.#71941
hborla merged 1 commit intoswiftlang:mainfrom
hborla:extract-isolation-aeic

Conversation

@hborla
Copy link
Copy Markdown
Member

@hborla hborla commented Feb 28, 2024

Mark extractIsolation as @_alwaysEmitIntoClient so that it can back deploy to all runtimes that include concurrency.

@hborla hborla requested review from a team and ktoso as code owners February 28, 2024 02:30
@hborla
Copy link
Copy Markdown
Member Author

hborla commented Feb 28, 2024

@swift-ci please smoke test


#if $IsolatedAny
@_alwaysEmitIntoClient
@available(SwiftStdlib 5.1, *)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this availability since it's AEIC, but it's not hurting anyone either

Copy link
Copy Markdown
Member Author

@hborla hborla Feb 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I can, because it's still only usable on runtimes that have concurrency

@hborla hborla merged commit 4a6bd7d into swiftlang:main Feb 28, 2024
@hborla hborla deleted the extract-isolation-aeic branch February 28, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants