pub fn wake_task_no_pend(task: TaskRef)
Expand description
Wake a task by TaskRef
without calling pend.
You can obtain a TaskRef
from a Waker
using task_from_waker
.
pub fn wake_task_no_pend(task: TaskRef)
Wake a task by TaskRef
without calling pend.
You can obtain a TaskRef
from a Waker
using task_from_waker
.