Expand description
Work queue — distributed task queue for inter-agent coordination.
Structs§
- Work
Item - A unit of work in the queue.
- Work
Queue - In-memory work queue with priority-based atomic claim.
- Work
Queue Config - Configuration for the work queue.
- Work
Queue Stats - Queue statistics.
- Work
Result - Result of work item execution.
Enums§
- Work
Event - Events emitted by the work queue.
- Work
Status - Status of a work item.