Skip to content

Releases: go-playground/pool

Release 1.1

10 Nov 14:09
Compare
Choose a tag to compare
  • Add missing documentation on ErrRecovery struct
  • updated some test for go vet.

Release 1.0.1

05 Nov 19:33
Compare
Choose a tag to compare
  • 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

05 Nov 15:40
Compare
Choose a tag to compare

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.