Skip to main content

Module task_queue

Module task_queue 

Source
Expand description

Priority-based task queue for agent scheduling

Provides a thread-safe queue with priority levels (Urgent, High, Normal, Low) for scheduling tasks across worker agents.

Structs§

QueuedTask
A queued task with priority and metadata
TaskQueue
Thread-safe task queue with priority support

Enums§

TaskPriority
Task priority levels