Golang WaitGroup with throttling
SizedWaitGroup has the same role and API as sync.WaitGroup but it adds a limit of the amount of goroutines started concurrently. SizedWaitGroup adds the feature of limiting the maximum number of concurrently started routines. It could for example be used to start multiples routines querying a database but without sending too much queries in order to not overload the given database. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/remeh/sizedwaitgroup
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.0-3.fc35 | - |
Fedora 35 | 1.0.0-3.fc35 | - |
Fedora 34 | 1.0.0-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-remeh-sizedwaitgroup dash maintainers at fedoraproject dot org
.