https://github.com/flash286/safe-groups
https://github.com/flash286/safe-groups
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flash286/safe-groups
- Owner: flash286
- Created: 2019-10-28T08:39:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T10:14:24.000Z (over 6 years ago)
- Last Synced: 2025-08-15T13:49:02.175Z (7 months ago)
- Language: Go
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-groups
1. Provide common way of handling panic in goroutines
2. Support error aggregation between tasks
3. Support timeouts
4. Stacktrace for panics
see [tests](group_test.go) for examples