Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: proullon/workerpool

v4

14 May 15:01

Choose a tag to compare

feat:

  • add Responses() method
  • add WithMaxQueue option
  • set default MaxWorker to runtime.NumCPU
  • make Feed non blocking (independant from job channel)

fix:

  • avoid index out of range

3.0

18 Apr 20:35

Choose a tag to compare

3.0

Change velocity to float to improve scaling with slow job, when velocity < 1

2.1

18 Apr 14:28

Choose a tag to compare

2.1
  • Fixes data race
  • Improve tests

2.0

05 Apr 07:35

Choose a tag to compare

2.0

Removal of Config interface, show use of method instead

1.0

04 Apr 10:14

Choose a tag to compare

1.0
fix: documentation indentation