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
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
Currently there is no way to cancel a running Action. Suppose we did this:
You can't get the state so you can't call
StopAction
in a cancellation tokenRegister
call.It'd be nice to either allow passing in a token:
RunActionAsync(action, token)
Or (ick, but easy) pass the ActionState back as an
out
parameter so we can manually Register what we want to happen.Make sense? Need a better example?
The text was updated successfully, but these errors were encountered: