Function flipperzero_sys::furi_thread_set_callback
source · pub unsafe extern "C" fn furi_thread_set_callback(
thread: *mut FuriThread,
callback: FuriThreadCallback
)Expand description
Set FuriThread callback
Arguments
thread- FuriThread instancecallback- FuriThreadCallback, called upon thread run