Name : golang-github-nozzle-throttler-devel
| |
Version : 1.1
| Vendor : Fedora Project
|
Release : 1.fc40.2
| Date : 2024-01-24 19:55:45
|
Group : Unspecified
| Source RPM : golang-github-nozzle-throttler-1.1-1.fc40.2.src.rpm
|
Size : 0.03 MB
| |
Packager : Fedora Project
| |
Summary : Throttler - intelligent WaitGroups
|
Description :
Throttler fills the gap between sync.WaitGroup and manually monitoring your goroutines with channels. The API is almost identical to Wait Groups, but it allows you to set a max number of workers that can be running simultaneously. It uses channels internally to block until a job completes by calling Done() or until all jobs have been completed. It also provides a built in error channel that captures your goroutine errors and provides access to them as []error after you exit the loop.
This package contains the source code needed for building packages that reference the following Go import paths: – github.com/nozzle/throttler
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora-secondary/development/41/Everything/s390x/os/Packages/g |