Module queue

Module queue 

Source
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§

InMemoryJobQueue
In-memory job queue implementation for testing and development
RedisJobQueue
Redis-based job queue implementation for production use

Traits§

JobQueue
Trait for job queue implementations.