Skip to main content

task_resume

Function task_resume 

Source
pub unsafe extern "C" fn task_resume(task: task_t)
Expand description

Resumes the specified task, making it eligible to be scheduled.

\param task The task to resume