Releases: marusama/semaphore
Releases · marusama/semaphore
Allow limit to equal zero
28 Mar 09:27
Compare
Sorry, something went wrong.
No results found
It's reasonable for the number of resources to be set to zero. (The limit could later be increased once resources are available, for example.)
Fix travis CI
10 Jun 10:03
Compare
Sorry, something went wrong.
No results found
v2.4.1
Remove old go versions from travis
Support go modules
10 Jun 09:52
Compare
Sorry, something went wrong.
No results found
Fix a possible deadlock when Acquiring/Releasing different weights
10 Jan 07:48
Compare
Sorry, something went wrong.
No results found
Fix race condition resulting in hung Acquire()
27 Oct 08:37
Compare
Sorry, something went wrong.
No results found
2.2.0
Update travis settings
2.1.1
18 Jan 12:11
Compare
Sorry, something went wrong.
No results found
2.1.0
17 Jan 10:26
Compare
Sorry, something went wrong.
No results found
Optimize cycle in Acquire
2.0.0
14 Jan 15:21
Compare
Sorry, something went wrong.
No results found
1.2.0
14 Dec 15:52
Compare
Sorry, something went wrong.
No results found
Fix case when released more then acquired.
1.1.1
13 Dec 09:01
Compare
Sorry, something went wrong.
No results found
Fix go vet warnings in tests and up coverage to 100