scheduled

The scheduled library provides components for executing tasks according to user-defined schedules.

Modules

job
module scheduled.job

Defines the job interface, and some simple utilities to go with it.

schedule
module scheduled.schedule

Defines the interface which all schedules implement, and some utilities that go along with the schedule concept.

scheduler
module scheduled.scheduler

Defines the scheduler interface, and a simple thread-based implementation of the scheduler.

schedules
module scheduled.schedules

This package is a catch-all for all schedule implementations that come with this library by default.

Public Imports

scheduled.job
public import scheduled.job;
Undocumented in source.
scheduled.schedule
public import scheduled.schedule;
Undocumented in source.
scheduled.scheduler
public import scheduled.scheduler;
Undocumented in source.
scheduled.schedules
public import scheduled.schedules;
Undocumented in source.

Meta