Function task::scheduler::add_task_to
source · pub fn add_task_to(cpu_id: CpuId, task: TaskRef)
Expand description
Adds the given task to the specified CPU’s run queue.
pub fn add_task_to(cpu_id: CpuId, task: TaskRef)
Adds the given task to the specified CPU’s run queue.