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
- additionally, remove every `unwrap()` call that
could panic, replacing with error propagation
and/or context with `expect()`
- return Result<(), SimulationError> for all
spawned tasks
- handles triggering shutdown at call site for
spawned tasks
- move starting/stopping logs to spawn site
0 commit comments