Mon, 30 Jun 2025 15:03:03 CST | login

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

ID29874
Package Namegolang-github-nozzle-throttler
Version1.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-nozzle-throttler.git?.#88c3b5b0492a592c2720a780b5cef54f58d8659b
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 byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 01:45:52 CST
CompletedSat, 21 Sep 2024 01:49:16 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
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
golang-github-nozzle-throttler-1.1-1.oc9.src.rpm (info) (download)
noarch
golang-github-nozzle-throttler-devel-1.1-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build