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

Join FuriThread

Warning!

  • Use this method only when CPU is not busy(Idle task receives control), otherwise it will wait forever.

Returns:

  • bool

Arguments

  • thread - FuriThread instance