pub fn run_idle() -> !
Available on crate feature
multitask
only.Expand description
The idle task routine.
It runs an infinite loop that keeps calling yield_now()
.
pub fn run_idle() -> !
multitask
only.The idle task routine.
It runs an infinite loop that keeps calling yield_now()
.