Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-oklog-run-devel | Distribution: Fedora Project |
Version: 1.1.0 | Vendor: Fedora Project |
Release: 16.el10_0 | Build date: Fri Nov 1 23:39:20 2024 |
Group: Unspecified | Build host: buildvm-a64-08.iad2.fedoraproject.org |
Size: 20271 | Source RPM: golang-github-oklog-run-1.1.0-16.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/oklog/run | |
Summary: Universal mechanism to manage goroutine lifecycles |
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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/oklog/run
Apache-2.0
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 1.1.0-16 - convert ASL 2.0 license to SPDX * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 17 2024 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-14 - Fix FTBFS * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * 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
/usr/share/doc/golang-github-oklog-run-devel /usr/share/doc/golang-github-oklog-run-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/oklog /usr/share/gocode/src/github.com/oklog/run /usr/share/gocode/src/github.com/oklog/run/.goipath /usr/share/gocode/src/github.com/oklog/run/actors.go /usr/share/gocode/src/github.com/oklog/run/example_test.go /usr/share/gocode/src/github.com/oklog/run/go.mod /usr/share/gocode/src/github.com/oklog/run/group.go /usr/share/gocode/src/github.com/oklog/run/group_test.go /usr/share/licenses/golang-github-oklog-run-devel /usr/share/licenses/golang-github-oklog-run-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 14 04:35:39 2024