Versions in this module Expand all Collapse all v1 v1.0.0 Aug 18, 2021 Changes in this version + type Command struct + Func func() error + Name string + func (c Command) Execute() error + func (c Command) String() string + type Option func(o *Options) + func WithPool(i int) Option + type Options struct + Context context.Context + Pool int + type Schedule struct + Interval time.Duration + Time time.Time + func (s Schedule) Run() <-chan time.Time + func (s Schedule) String() string + type Task interface + Run func(Command) error + Status func() string