Mon, 17 Jun 2024 15:29:54 UTC | login

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

ID231623
Package Namegolang-github-nozzle-throttler
Version1.1
Release1.fc38
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
StartedFri, 24 Feb 2023 07:19:30 UTC
CompletedFri, 24 Feb 2023 07:19:30 UTC
Tags
f38
f39
f40
RPMs
src
golang-github-nozzle-throttler-1.1-1.fc38.src.rpm (info) (download)
noarch
golang-github-nozzle-throttler-devel-1.1-1.fc38.noarch.rpm (info) (download)
Changelog * Thu Aug 05 2021 Robert-André Mauchin <zebob.m@gmail.com> 1.1-1 - Initial release