Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 400 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 400 Bytes

run

This package contains a universal mechanism to manage goroutine lifecycles. It implements an actor-runner with deterministic teardown. It uses the https://github.com/oklog/run/ package as its basis and enhances it with configuration registration and validation as well as pre-run phase logic.

See godoc for information how to use
run.Group