Registry / utility / oklog-run

oklog-run

JSON →
library1.2.0gogounverified

Package run implements an actor-runner with deterministic teardown.

go get github.com/oklog/run
INSTALL
IMPORT
SIG · OKLOG-RUN
O
oklog-run
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

run
github.com/oklog/run

Run a group of actors with coordinated shutdown.

package main import ( "fmt" "github.com/oklog/run" ) func main() { var g run.Group g.Add(func() error { fmt.Println("actor"); return nil }, func(error) {}) _ = g.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
oklog-run — go get oklog-run · libregistry