Versions in this module Expand all Collapse all v0 v0.1.1 Nov 19, 2024 v0.1.0 Nov 4, 2024 Changes in this version + type Func func(context.Context) error + func (fun Func) Run(ctx context.Context) error + type InitRoutine interface + Init func(context.Context) error + type Manager struct + Logger io.Writer + RestartDeadline time.Duration + Routines []Routine + func (this *Manager) Append(routines ...Routine) + func (this *Manager) Run(ctx context.Context) error + type Routine interface + Run func(context.Context) error