Documentation
¶
Overview ¶
Package scheduler handles the scheduling of tasks
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler is struct on which all scheduler functionality is implemented.
func (*Scheduler) EnableScheduler ¶
EnableScheduler enables the scheduler this will wait until StartScheduler() is called, after that it will poll the store queue for changes and write errors to a 3-buffered channel
func (*Scheduler) StartScheduler ¶
StartScheduler sets the start time and starts the scheduler
func (*Scheduler) WakeScheduler ¶
func (s *Scheduler) WakeScheduler()
WakeScheduler wakes up the scheduler
Click to show internal directories.
Click to hide internal directories.