-
Notifications
You must be signed in to change notification settings - Fork 2
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
How does this compare to https://github.com/alkemics/CancelablePromise #1
Comments
Good question! The big idea behind real-cancellable-promise
cancelable-promise
|
Oh that's great. I am actually looking to really cancel the underlying async operation. For alot of web requests this can be done with abort controller. What are your thoughts regarding other kinds of async operations like file writing... Etc? |
I am not really a Node.js guy, so I don't know much about file I/O in JavaScript. But |
Great turns out that even FS has |
I noticed your prior art didn't list this package: https://github.com/alkemics/CancelablePromise
The text was updated successfully, but these errors were encountered: