Versions in this module Expand all Collapse all v0 v0.3.3 Apr 6, 2026 Changes in this version + type Task struct + Access sync.RWMutex + Execute func() error + Interval time.Duration + Name string + Reload func() + Running bool + Stop chan struct{} + func (t *Task) Close() + func (t *Task) ExecuteWithTimeout() error + func (t *Task) Start(first bool) error