-
Notifications
You must be signed in to change notification settings - Fork 63
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
Allow users to manually abort #16
Comments
Aborting all ongoing Promises isn't as trivial as I thought. There is a partial solution, but I'm still waiting on something that fulfills the 3 constraints listed there: https://stackoverflow.com/q/67086017/9768291 |
Say I have 100 calls to make, and that after 70 I realize I need to stop. From what I understand, the |
I didn't used |
Potentially:
A proposed implementation was made there: #7 (comment)
The text was updated successfully, but these errors were encountered: