We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I make an Aff with
Aff
toAff :: forall a. Promise a -> Aff a
and then run and cancel the Aff, what happens to the Promise? Nothing, because promises can’t be cancelled?
Promise
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I make an
Aff
withtoAff :: forall a. Promise a -> Aff a
and then run and cancel the
Aff
, what happens to thePromise
? Nothing, because promises can’t be cancelled?The text was updated successfully, but these errors were encountered: