Function pros_sys::rtos::task_suspend

source ·
pub unsafe extern "C" fn task_suspend(task: task_t)
Expand description

Suspends the specified task, making it ineligible to be scheduled.

\param task The task to suspend