Versions in this module Expand all Collapse all v0 v0.0.2 Aug 10, 2022 v0.0.1 Aug 10, 2022 Changes in this version + type Manager interface + Add func(...Runnable) + Start func(context.Context) error + func New(opts ...Option) Manager + type Option func(*options) + type Runnable interface + Attempt func() bool + Start func(ctx context.Context) error + type Server struct + func (e *Server) Add(r ...Runnable) + func (e *Server) Start(ctx context.Context) (err error)