Skip to content

Releases: proullon/workerpool

v4

Choose a tag to compare

@proullon proullon released this 14 May 15:01

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

3.0

Choose a tag to compare

@proullon proullon released this 18 Apr 20:35

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

2.1

2.1

Choose a tag to compare

@proullon proullon released this 18 Apr 14:28
  • Fixes data race
  • Improve tests

2.0

2.0

Choose a tag to compare

@proullon proullon released this 05 Apr 07:35

Removal of Config interface, show use of method instead

1.0

1.0

Choose a tag to compare

@proullon proullon released this 04 Apr 10:14
fix: documentation indentation