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
We should have a way to test a resolver to see if it's been cancelled yet. The use-case here is when I'm performing a non-cancellable async action followed up by more work, I want to be able to skip the subsequent work if I was cancelled by the time the action finishes.
The text was updated successfully, but these errors were encountered:
We should have a way to test a resolver to see if it's been cancelled yet. The use-case here is when I'm performing a non-cancellable async action followed up by more work, I want to be able to skip the subsequent work if I was cancelled by the time the action finishes.
The text was updated successfully, but these errors were encountered: