Skip to main content

Module worker

Module worker 

Source
Expand description

Worker implementation for processing jobs.

Structs§

StopOutcome
Outcome of a graceful (or partially force-aborted) worker shutdown, as returned by Worker::stop_with_timeout.
Worker
Worker for processing jobs from a queue.
WorkerConfig
Worker configuration.

Type Aliases§

JobHandler
Job handler function type.