Releases: proullon/workerpool
Releases · proullon/workerpool
v4
feat:
- add Responses() method
- add WithMaxQueue option
- set default MaxWorker to runtime.NumCPU
- make Feed non blocking (independant from job channel)
fix:
3.0
Change velocity to float to improve scaling with slow job, when velocity < 1
2.1
- Fixes data race
- Improve tests
2.0
Removal of Config interface, show use of method instead
1.0
fix: documentation indentation