pub unsafe extern "C" fn furi_thread_get_return_code(
    thread: *mut FuriThread
) -> i32
Expand description

Get thread return code

Returns:

  • return code

Arguments

  • thread - FuriThread instance