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§
- Queued
Task - A queued task with priority and metadata
- Task
Queue - Thread-safe task queue with priority support
Enums§
- Task
Priority - Task priority levels