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

Set FuriThread callback

Arguments

  • thread - FuriThread instance
  • callback - FuriThreadCallback, called upon thread run