package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Runnable func() error
Runnable is a task that can be run
type Scheduler struct {
Name string
}
Scheduler runs jobs periodically
New creates a new Scheduler.
Valid time units for interval are "ns", "us", "ms", "s", "m", "h"
Start starts the scheduler
Source Files
¶
Click to show internal directories.
Click to hide internal directories.