Releases: vivek-ng/concurrency-limiter
Releases · vivek-ng/concurrency-limiter
v0.8.2
change executable nethod name and readme changes
v0.8.1
update readme to reflect the latest example
v0.8.0
bug fix: calculating the correct number of goroutines executing (#28)
* correct the number of goroutines count
* change tests
v0.7.1
update readme to include executable function
v0.7.0
make configurable fields exported
v0.6.3
make configurable fields exported
v0.6.2
Update readme to add installation and contribution instructions (#25)
* add installation instructions
* add contribution insts
v0.6.1
Remove waiters when context is done (#24)
* remove waiters when context is done
* add test for context done with dynamic priority and timeout set