-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Implement experimental@execution(concurrent | caller)
attribute
#78704
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
Conversation
@swift-ci please clean test |
1 similar comment
@swift-ci please clean test |
@execution(concurrent | caller)
attribute@execution(concurrent | caller)
attribute
@swift-ci please test Linux platform |
@swift-ci please test macOS platform |
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.
Small comment, but looks reasonable
swiftlang/swift-docc#1145 |
@swift-ci please test |
@swift-ci please test Windows platform |
@swift-ci please test Linux platform |
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
@swift-ci please smoke test Windows platform |
Implements experimental
@execution(concurrent | caller)
declaration attribute and it's validation.This attribute is:
NonIsolatedAsyncInheritsIsolationFromContext
experimental featureasync
functional declarationsconcurrent
behavior cannot be used withnonisolated
, global actor,isolated
and@isolated(any)
marked functions/parameters.Resolves: rdar://142920095