Fast resizable Golang semaphore
Fast resizable golang semaphore based on CAS: – allows weighted acquire/release; – supports cancellation via context; – allows change semaphore limit after creation; – faster than channel based semaphores. This package provides symbolic links that alias the following Go import paths to github.com/marusama/semaphore: – github.com/marusama/semaphore/v2 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/marusama/semaphore.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.4.1-3.fc35 | - |
Fedora 35 | 2.4.1-3.fc35 | - |
Fedora 34 | 2.4.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-marusama-semaphore dash maintainers at fedoraproject dot org
.