Crate archimedes

Source

Modules§

errors

Structs§

JobSpec
Job options when adding a job to the queue
SpawnTaskResult
Worker
WorkerContext
WorkerHelpers
The WorkerHelpers struct provides a set of methods to add jobs to the queue
WorkerOptions

Enums§

RunTaskError
WorkerBuildError

Traits§

TaskDefinition
TaskHandler

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 :