Skip to content

Releases: vivek-ng/concurrency-limiter

v0.8.2

27 Nov 02:23
Compare
Choose a tag to compare
change executable nethod name and readme changes

v0.8.1

27 Nov 02:16
Compare
Choose a tag to compare
update readme to reflect the latest example

v0.8.0

27 Nov 01:51
f16fec8
Compare
Choose a tag to compare
bug fix: calculating the correct number of goroutines executing (#28)

* correct the number of goroutines count

* change tests

v0.7.1

25 Nov 00:55
Compare
Choose a tag to compare
update readme to include executable function

v0.7.0

24 Nov 23:17
Compare
Choose a tag to compare
make configurable fields exported

v0.6.3

24 Nov 23:12
Compare
Choose a tag to compare
make configurable fields exported

v0.6.2

24 Nov 03:02
7b83883
Compare
Choose a tag to compare
Update readme to add installation and contribution instructions (#25)

* add installation instructions

* add contribution insts

v0.6.1

24 Nov 02:24
bf13f9b
Compare
Choose a tag to compare
Remove waiters when context is done (#24)

* remove waiters when context is done

* add test for context done with dynamic priority and timeout set

v0.6.0

24 Nov 00:34
Compare
Choose a tag to compare
update readme

v0.5.1

23 Nov 17:28
Compare
Choose a tag to compare
update readme