-
Notifications
You must be signed in to change notification settings - Fork 2k
add cancellation support to async iterable iteration #4274
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
✅ Deploy Preview for compassionate-pike-271cb3 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @yaacovCR, I'm @github-actions bot happy to help you with this PR 👋 Supported commandsPlease post this commands in separate comments and only one per comment:
|
5a99914
to
cc36653
Compare
NOTE: will potentially rename Something like: |
ExecutionOrchestrator could be an over-arching term. It essentially listens for a signal and tears down execute |
This reverts commit b42febb.
This PR has been updated:
|
When the abort signal is triggered, any pending
.next()
calls should return immediately,and the underlying async iterables.return()
method should be called