pub struct ReadyQueue { /* private fields */ }Expand description
Multi-level ready queue
Cache-line aligned to prevent false sharing when per-CPU ready queues are stored in adjacent array slots accessed by different cores.
Implementations§
Source§impl ReadyQueue
impl ReadyQueue
Sourcepub fn has_ready_tasks(&self) -> bool
pub fn has_ready_tasks(&self) -> bool
Check if any tasks are ready