Expand description
Scheduler for sync and async cron jobs.
Structs
- An async schedulable job.
- A type contains and executes the async scheduled jobs.
- A schedulable job.
- A type contains and executes the scheduled jobs.
Traits
- An interface for scheduling async jobs.
- An interface for scheduling sync jobs.
Type Aliases
- A function pointer of the async cron job.
- A function pointer of the cron job.