Releases: go-playground/pool
Releases · go-playground/pool
Release 1.1
- Add missing documentation on ErrRecovery struct
- updated some test for go vet.
Release 1.0.1
- Fixed race bug when recovering consumer function error/panic.
- Add custom Recovery error type so that you can differentiate between and error and a recovery error.
NOTE
- This is a breaking change but not versioning because v1 wasn't working in the first place for this.
Release 1.0
Initial Release
the pool package enables easy use and management of a consumer goroutine pool.
Why
I needed a way to boost productivity while sticking as close to the core as possible and keeping flexibility of running how you want.
Essentially it just abstracts a bunch of the repetitive code that you normally would write to boost your productivity.