package
Version:
v0.1.18-rc2
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Scheduler struct {
}
Scheduler executes registered tasks at their intervals.
New constructs a scheduler instance.
AddTask registers a task for execution.
Start begins executing tasks.
Stop halts task execution.
Task defines a background job.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.