Releases: bearaujus/bworker
Releases · bearaujus/bworker
BWorker V0.0.10
BWorker V0.0.9
- Minor optimization on context manager
BWorker V0.0.8
- Rename option pool
WithWorkerStartupDelay
toWithStartupStagger
- Add context manager
- Switch shutdown identifier from
atomic.Value
based tocontext.Context
based - Fix the startup stagger waiting issue when the instance has already shut down
- Improve readme
- Add test cases
- Refactor
BWorker V0.0.7
- Adjust usage support for go 1.18
BWorker V0.0.6
- Small code adjustment for readability
- Downgrade the go version to 18.0
BWorker V0.0.5
- Fix minor bug
- Add & fix test cases
BWorker V0.0.4
- Add option
WithWorkerStartupDelay
at BWorker type pool - Migrate shutdown identifier type to
atomic.Boolean
- Refactor
- Improve test cases
- Update readme
BWorker V0.0.3
- Fix race possibility
- Refactor
BWorker V0.0.2
- Add flex worker
- Add test cases
- Refactor
BWorker V0.0.1
- Initial release