pub fn resume_task(id: TaskId) -> bool
Resume a previously suspended task by ID.
Moves the task from blocked to ready queue and marks it Ready.