-
Notifications
You must be signed in to change notification settings - Fork 1
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
cancel
parameter
#4
Comments
What does The notion is that just as the executor embodies the logic for when and if to resolve or reject the promise, the executor also embodies the logic for when and if to cancel the promise. Just as Asking why it would need to be invoked is analogous to asking why Although "canceled" in the model I'm working on here is indeed equivalent to pending in the sense that The Hope this is relatively clear. |
Your spec says
What does it do? Why would it need to be invoked? What's the "cancellation detail", doesn't that conflict with the notion of staying forever pending?
And wouldn't it be easier to always install
cancel
directly on thecanceler
?The text was updated successfully, but these errors were encountered: