pub type FuriThreadStateCallback = Option<unsafe extern "C" fn(state: FuriThreadState, context: *mut c_void)>;
Expand description

Re-export bindings FuriThread state change callback called upon thread state change

Arguments

  • state - new thread state
  • context - callback context