Mon, 17 Jun 2024 13:50:31 UTC | login

Information for build golang-github-nozzle-throttler-1.1-1.fc39

ID259419
Package Namegolang-github-nozzle-throttler
Version1.1
Release1.fc39
Epoch
SummaryThrottler - 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Oct 2023 12:11:18 UTC
CompletedThu, 26 Oct 2023 12:11:18 UTC
Tags
f40
RPMs
src
golang-github-nozzle-throttler-1.1-1.fc39.src.rpm (info) (download)
noarch
golang-github-nozzle-throttler-devel-1.1-1.fc39.noarch.rpm (info) (download)
Changelog * Thu Aug 05 2021 Robert-André Mauchin <zebob.m@gmail.com> 1.1-1 - Initial release