SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-oklog-run-devel rpm build for : Fedora 37. For other distributions click golang-github-oklog-run-devel.

Name : golang-github-oklog-run-devel
Version : 1.1.0 Vendor : Fedora Project
Release : 8.fc37 Date : 2022-07-21 12:56:49
Group : Unspecified Source RPM : golang-github-oklog-run-1.1.0-8.fc37.src.rpm
Size : 0.02 MB
Packager : Fedora Project
Summary : Universal 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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/oklog/run

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-oklog-run-devel-1.1.0-8.fc37.noarch.rpm
ftp.icm.edu.pl  golang-github-oklog-run-devel-1.1.0-8.fc37.noarch.rpm
     

Provides :
golang(github.com/oklog/run)
golang-github-oklog-run-devel
golang-ipath(github.com/oklog/run)

Requires :
go-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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/README.md
/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

 
ICM