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
If you put that guard in each task, when the task crashes, it cancels the token, and in other places you can regularly checked if the token ::is_cancelled(). This is useful as well to implement graceful shutdowns on SIGINTs & co.
If a syn2mas MAS writer task panics, it doesn't shut down properly, but depending on the exact failure:
Originally posted by @reivilibre in #3878 (comment)
The text was updated successfully, but these errors were encountered: