Sun, 01 Feb 2026 02:56:13 CST | login

Information for build golang-github-oklog-run-1.1.0-2.oc9

ID37051
Package Namegolang-github-oklog-run
Version1.1.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-oklog-run.git?.#16755cd554fce4ded0cd8f5d5ce4f2027ea9508e
SummaryUniversal mechanism to manage goroutine lifecycles
Description run.Group is a universal mechanism to manage goroutine lifecycles. Create a zero-value run.Group, and then add actors to it. Actors are defined as a pair of functions: an execute function, which should run synchronously; and an interrupt function, which, when invoked, should cause the execute function to return. Finally, invoke Run, which concurrently runs all of the actors, waits until the first actor exits, invokes the interrupt functions, and finally returns control to the caller only once all actors have returned. This general-purpose API allows callers to model pretty much any runnable task, and achieve well-defined lifecycle semantics for the group.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 02:57:01 CST
CompletedFri, 13 Jun 2025 03:05:23 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-oklog-run.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-oklog-run.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-oklog-run-1.1.0-2.oc9.src.rpm (info) (download)
noarch
golang-github-oklog-run-devel-1.1.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.1.0-2 - Rebuilt for loongarch64 * Thu Aug 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build