Expand description
Queue implementations for distributed job processing. Job queue abstractions and implementations.
This module provides the queue infrastructure for distributed job processing, supporting both in-memory and Redis-backed implementations for scalability.
Structs§
- InMemory
JobQueue - In-memory job queue implementation for testing and development
- Redis
JobQueue - Redis-based job queue implementation for production use
Traits§
- JobQueue
- Trait for job queue implementations.