Function flipperzero_sys::furi_thread_join
source · pub unsafe extern "C" fn furi_thread_join(
thread: *mut FuriThread
) -> boolExpand 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