-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
[Concurrency] Implement isIsolatingCurrentContext requirement and mode #79788
Conversation
@swift-ci please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this is going to conflict with my work, since a lot of this code has been rearranged slightly.
@swift-ci please smoke test |
1eee717
to
f3f1e1e
Compare
f3f1e1e
to
fccff14
Compare
@swift-ci please test |
This is just a first step, I'm continuing work on this because we need to detect which method to call -- this just introduces the flag/option that we need to actually set. |
rdar://129302897 |
This implements the
isIsolatingCurrentContext
function form swiftlang/swift-evolution#2716It is not yet enabled.