-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support abort signal in iterator.all() #13
Comments
If your Assuming that we did have such a dedicated method, let's say |
Level/abstract-level#55 (as noted there, implementations have to handle the aborting, so there will be additional work here). |
Done in 2.0.0. |
Currently there is no good way to abort a
iterator.all()
call. Would be nice if the api could supportAbortController
.The text was updated successfully, but these errors were encountered: