Expand description
Distributed task queue with priority ordering.
This module implements a priority-based task queue for distributing encoding tasks across worker nodes. Tasks are dequeued in priority order, with FIFO ordering within the same priority level.
Structs§
- Distributed
Task - A distributed task that can be queued and assigned to workers.
- Task
Queue - A priority-based task queue for distributed task scheduling.
Enums§
- Task
Priority - Priority levels for distributed tasks.
- Task
Status - Status of a distributed task.