-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[concurrency] Task cancellation and deadlines #34459
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
7067f05
to
9345850
Compare
9345850
to
91316bd
Compare
0a7a422
to
9285f3f
Compare
9285f3f
to
145850e
Compare
145850e
to
6d36727
Compare
@swift-ci please smoke test |
16e20c9
to
6b3c04c
Compare
@swift-ci please test |
6b3c04c
to
5516de9
Compare
@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.
Looks great, thanks! We'll need to get some builtins wired up to get access to the task.
There's a failure but no way it's related to this PR:
|
a795fdf
to
38ca92e
Compare
@swift-ci please smoke test |
09974ca
to
a7beebe
Compare
@swift-ci please smoke test More unrelated failures...
|
a7beebe
to
1b3710a
Compare
1b3710a
to
27d734a
Compare
@swift-ci please smoke test |
rdar://70141994
Work in progress adding API stubs for task cancellation and deadlines.
Not all of the API is fleshed out here, and we may need to discuss the general usage patterns still a bit.
(
Depends on #34391 which can be merged at will.Merged and rebased)