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 state
  • context - callback context