Function task::scheduler::set_policy

source ·
pub fn set_policy<T>(cpu_id: CpuId, scheduler: T)where
    T: Scheduler,
Expand description

Sets the scheduler policy for the given CPU.