pub unsafe extern "C" fn furi_thread_set_state_callback(
    thread: *mut FuriThread,
    callback: FuriThreadStateCallback
)
Expand description

Set FuriThread state change callback

Arguments

  • thread - FuriThread instance
  • callback - state change callback