Skip to main content

Module work_queue

Module work_queue 

Source
Expand description

Work queue — distributed task queue for inter-agent coordination.

Structs§

WorkItem
A unit of work in the queue.
WorkQueue
In-memory work queue with priority-based atomic claim.
WorkQueueConfig
Configuration for the work queue.
WorkQueueStats
Queue statistics.
WorkResult
Result of work item execution.

Enums§

WorkEvent
Events emitted by the work queue.
WorkStatus
Status of a work item.