pub unsafe extern "C" fn furi_event_loop_run(
instance: *mut FuriEventLoop,
)Expand description
Continuously poll for events
Can be stopped with furi_event_loop_stop
ยงArguments
instance- The Event Loop instance
pub unsafe extern "C" fn furi_event_loop_run(
instance: *mut FuriEventLoop,
)Continuously poll for events
Can be stopped with furi_event_loop_stop
instance - The Event Loop instance