furi_thread_suspend

Function furi_thread_suspend 

Source
pub unsafe extern "C" fn furi_thread_suspend(thread_id: FuriThreadId)
Expand description

Suspend a thread.

Suspended threads are no more receiving any of the processor time.

ยงArguments

  • thread_id (direction in) - unique identifier of the thread to be suspended