Function flipperzero_sys::furi_thread_set_context
source · [−]pub unsafe extern "C" fn furi_thread_set_context(
thread: *mut FuriThread,
context: *mut c_void
)Expand description
Set FuriThread context
@param thread FuriThread instance @param context pointer to context for thread callback