Skip to content

run.Group is a universal mechanism to manage package lifecycles. Based on https://github.com/oklog/run

License

Notifications You must be signed in to change notification settings

tetratelabs/run

Repository files navigation

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