Modules§
Structs§
- JobSpec
- Job options when adding a job to the queue
- Spawn
Task Result - Worker
- Worker
Context - Worker
Helpers - The WorkerHelpers struct provides a set of methods to add jobs to the queue
- Worker
Options
Enums§
Traits§
Functions§
- parse_
crontab - Parse a crontab definition into a Vec of crontab
Attribute Macros§
- task
- Procedural macro to generate a task definition based on a function. Example :