Skip to content

Commit fe7af24

Browse files
committed
refactor: use listen and trigger universally
- 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
1 parent b66a84a commit fe7af24

File tree

2 files changed

+254
-177
lines changed

2 files changed

+254
-177
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ node_modules
33
*.json
44
activity-generator/releases/*
55
.DS_Store
6-
/results
6+
/results

0 commit comments

Comments
 (0)