Skip to main content

idle_loop

Function idle_loop 

Source
pub fn idle_loop()
Expand description

A background thread implementation that waits for events.

This is typically called by the BSP main routine after all other initialization has taken place. It waits until application_shutdown is called.