Type Definition flipperzero_sys::FuriThreadCallback
source · pub type FuriThreadCallback = Option<unsafe extern "C" fn(context: *mut c_void) -> i32>;Expand description
FuriThreadCallback Your callback to run in new thread
Warning!
- never use osThreadExit in FuriThread