pub unsafe extern "C" fn furi_thread_get_current() -> *mut FuriThreadExpand description
Get the FuriThread instance associated with the current thread.
ยงReturns
pointer to a FuriThread instance or NULL if this thread does not belong to Furi
pub unsafe extern "C" fn furi_thread_get_current() -> *mut FuriThreadGet the FuriThread instance associated with the current thread.
pointer to a FuriThread instance or NULL if this thread does not belong to Furi