Function run_main_loop

pub unsafe fn run_main_loop() -> usize
Expand description

Runs MainLoopScheduler, which will execute all registered and ready tasks.

ยงSafety

Should only be executed in test environment on Kanzi thread.