Versions in this module Expand all Collapse all v1 v1.3.10 Dec 6, 2021 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)