furi_thread_get_current

Function furi_thread_get_current 

Source
pub unsafe extern "C" fn furi_thread_get_current() -> *mut FuriThread
Expand 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