Versions in this module Expand all Collapse all v0 v0.1.1 Jan 3, 2026 v0.1.0 Jan 2, 2026 Changes in this version + var ErrShuttingDown = errors.New("life shutting down") + type Life struct + func NewLife(parent context.Context) *Life + func (l *Life) LifeCtx() context.Context + func (l *Life) ShutdownAndWait() + func (l *Life) TryGo(f func(life context.Context)) error