Versions in this module Expand all Collapse all v1 v1.0.0 Dec 30, 2020 Changes in this version + var ErrInterruput = errors.New("run interruput") + var ErrTimeOut = errors.New("run time out") + type Runner struct + func New(tm time.Duration) *Runner + func (r *Runner) Add(tasks ...func()) + func (r *Runner) Start() error Incompatible versions in this module v2.0.0+incompatible Sep 3, 2023