furi_thread_start

Function furi_thread_start 

Source
pub unsafe extern "C" fn furi_thread_start(thread: *mut FuriThread)
Expand description

Start a FuriThread instance.

The thread MUST be stopped when calling this function.

ยงArguments

  • thread (direction in, out) - pointer to the FuriThread instance to be started