Expand description
Priority Queue for Download Scheduling
Implements a priority-based queue for managing concurrent downloads. Downloads are scheduled based on priority (Critical > High > Normal > Low), with FIFO ordering within the same priority level.
Re-exports§
pub use crate::protocol::DownloadPriority;
Structs§
- Priority
Permit - A permit that allows a download to proceed When dropped, releases the slot back to the queue
- Priority
Queue - Priority-based download queue
- Priority
Queue Stats - Statistics about the priority queue