You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we detect when a Promise is dropped and then we'll automatically cancel the impulse chain that was built for that Promise (unless the chain was detached).
We should also offer an API for the Promise struct to explicitly ask for the request to be cancelled and then await the cancellation.
The text was updated successfully, but these errors were encountered:
Currently we detect when a Promise is dropped and then we'll automatically cancel the impulse chain that was built for that Promise (unless the chain was detached).
We should also offer an API for the Promise struct to explicitly ask for the request to be cancelled and then await the cancellation.
The text was updated successfully, but these errors were encountered: