scheduler_run

Function scheduler_run 

Source
pub unsafe extern "C" fn scheduler_run(schedular: Scheduler)
Expand description

Run the schedular.

This will “de-initialize” the scheduler, allowing you to “re-initialize” it.

§Safety

  • Unclear. It’s probably a bad idea to call it multiple times without re-initializing the schedular.