Skip to main content

schedule

Function schedule 

Source
pub fn schedule() -> !
Expand description

Start the scheduler (called from kernel_main)

Picks the first task and starts running it. Never returns.