Re-exports§
pub use job::Job;pub use job::JobStatus;pub use job::JobResult;pub use queue::Queue;pub use queue::QueueBackend;pub use queue::MemoryBackend;pub use crate::redis::RedisBackend;pub use crate::postgres::PostgresBackend;pub use worker::Worker;pub use stats::QueueStats;pub use stats::StatsTracker;
Modules§
- job
- Job types and traits
- postgres
- PostgreSQL queue backend
- queue
- Queue backends and the Queue type
- redis
- Redis queue backend
- stats
- Queue statistics
- worker
- Worker for processing jobs
Enums§
- Queue
Error - Queue errors
Type Aliases§
- Result
- Queue result type alias