Versions in this module Expand all Collapse all v0 v0.0.1 May 13, 2026 Changes in this version + var Component = &component.Component + type Manager interface + AddTask func(*Task) error + AddTasks func(...*Task) error + HasTask func(*Task) bool + HasTaskByName func(string) bool + StopTask func(*Task) error + StopTaskByName func(string) error + type Strategy uint8 + const One + const Repeated + type Task struct + func NewTask(name string, delay time.Duration, processFunc runner.ProcessFunc, ...) *Task