Skip to content
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

Provide out-of-proc support for cancellation tokens #2152

Closed
Tracked by #8076
paulbatum opened this issue Nov 22, 2017 · 3 comments · Fixed by #8556
Closed
Tracked by #8076

Provide out-of-proc support for cancellation tokens #2152

paulbatum opened this issue Nov 22, 2017 · 3 comments · Fixed by #8556
Assignees

Comments

@paulbatum
Copy link
Member

In C# functions you can take a CancellationToken argument to allow your function to detect that a host shutdown is occurring and abort gracefully. This work item tracks provide an equivalent mechanism for languages that execute out of proc. Exactly what type/data structure would be used would be language dependent.

@fabiocav
Copy link
Member

fabiocav commented Jun 8, 2022

Assigning to sprint 124 for spec/design.

@liliankasem
Copy link
Member

Design document available here.

Had conversations with language owners and set expectations on what is in scope for this work item. The remaining work here is outlining the host changes we want to make to enable this, and implementation + testing. We should be move this out to the next sprint.

@fabiocav
Copy link
Member

fabiocav commented Jul 6, 2022

Design is complete. @liliankasem has made good progress on the implementation and is working on additional validation prior to opening a PR.

Moving to 126 as a tentative sprint as Lilian may not have enough cycles to complete the work then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants