Thu, 14 Nov 2024 04:11:04 UTC | login

Information for build golang-github-oklog-run-1.1.0-10.fc39

ID258998
Package Namegolang-github-oklog-run
Version1.1.0
Release10.fc39
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Oct 2023 11:44:42 UTC
CompletedThu, 26 Oct 2023 11:44:42 UTC
Tags
f40
RPMs
src
golang-github-oklog-run-1.1.0-10.fc39.src.rpm (info) (download)
noarch
golang-github-oklog-run-devel-1.1.0-10.fc39.noarch.rpm (info) (download)
Changelog * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild