Type Definition flipperzero_sys::FuriThreadStateCallback
source · pub type FuriThreadStateCallback = Option<unsafe extern "C" fn(state: FuriThreadState, context: *mut c_void)>;Expand description
FuriThread state change callback called upon thread state change
Arguments
state- new thread statecontext- callback context