Mon, 02 Feb 2026 23:31:14 CST | login

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

ID29881
Package Namegolang-github-oklog-run
Version1.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-oklog-run.git?.#056aabe3641db34322b34fe0f9bd38eebe1d7f1c
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 byfanjunkong
State complete
Volume DEFAULT
StartedSat, 21 Sep 2024 01:47:27 CST
CompletedSat, 21 Sep 2024 01:50:42 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-1.oc9.src.rpm (info) (download)
noarch
golang-github-oklog-run-devel-1.1.0-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 * Thu Aug 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build