Skip to content

Tags: vivek-ng/concurrency-limiter

Tags

v0.8.2

Toggle v0.8.2's commit message
change executable nethod name and readme changes

v0.8.1

Toggle v0.8.1's commit message
update readme to reflect the latest example

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug fix: calculating the correct number of goroutines executing (#28)

* correct the number of goroutines count

* change tests

v0.7.1

Toggle v0.7.1's commit message
update readme to include executable function

v0.7.0

Toggle v0.7.0's commit message
make configurable fields exported

v0.6.3

Toggle v0.6.3's commit message
make configurable fields exported

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme to add installation and contribution instructions (#25)

* add installation instructions

* add contribution insts

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.6.0's commit message
update readme

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cap priority value while dynamically increasing priority of goroutine…

…s. (#12)

* update priority value only if it's not max

* update priority value in test

* use constants in test