Function os::task::run_tasks

source ·
pub fn run_tasks()
Expand description

The main part of process execution and scheduling Loop fetch_task to get the process that needs to run, and switch the process through __switch