Sun, 29 Jun 2025 17:18:24 CST | login

Information for build golang-github-nozzle-throttler-1.1-2.oc9

ID37038
Package Namegolang-github-nozzle-throttler
Version1.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-nozzle-throttler.git?.#9359de9cac3ff1426d0daf8154a2ceb6ad97870d
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 bybbrucezhang
State failed
Volume DEFAULT
StartedWed, 18 Jun 2025 15:19:02 CST
CompletedWed, 18 Jun 2025 15:24:15 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-nozzle-throttler.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-nozzle-throttler.git?.#origin/master'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.1-2 - Rebuilt for loongarch64 * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build