pub fn wake_task(task: TaskRef)
Expand description

Wake a task by TaskRef.

You can obtain a TaskRef from a Waker using task_from_waker.