-
Notifications
You must be signed in to change notification settings - Fork 396
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
Is there a method to abort a promise? #414
Comments
Ok, can you describe the idea of abort promise? |
@soliury Sure, it's fairly simple. We did some brainstorming recently in a gist: https://gist.github.com/briancavalier/c416d396e844e31c6efa There are a couple similar but slightly different approaches there, but that should give you an idea of how we are thinking it would work. |
I think it makes sense to close this issue, since we can track progress in the pull request. |
Sometimes , I want to abort a promise, How do it ?
Such as : promises-aplus/cancellation-spec#12
The text was updated successfully, but these errors were encountered: