queue/worker library
Classes
- Worker
- The background worker that processes jobs from one or more queues.
Typedefs
- JobEventCallback = void Function(Job job)
- Callback triggered when a job's lifecycle state changes.
Exceptions / Errors
- JobTimeoutException
- Exception thrown when a job exceeds its Job.timeout duration.