Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2022 Changes in this version + type TaskFunc func() (hasMore bool, err error) + type Timer interface + AddTask func(taskFunc TaskFunc) + Close func() + Run func() + func New(l log.Logger, taskInterval, taskDelay time.Duration) Timer v0.1.0-beta Jul 14, 2021