Function spawn::create_idle_task

source ·
pub fn create_idle_task() -> Result<JoinableTaskRef, &'static str>
Expand description

Spawns an idle task on the current CPU and adds it to this CPU’s runqueue.