[][src]Crate woddle

An async, synchronized, database-backed Rust job scheduler

Structs

JobConfig

Configuration for a job

JobRunner

The runner, which holds the jobs and runner configuration

RunnerConfig

Configuration for the woddle job runner.

Enums

Error

The error type returned by methods in this crate

Traits

Job

A trait for implementing a woddle job

Attribute Macros

async_trait