Function embassy_executor::raw::wake_task
source · pub unsafe fn wake_task(task: NonNull<TaskHeader>)Expand description
Wake a task by raw pointer.
You can obtain task pointers from Wakers using task_from_waker.
Safety
task must be a valid task pointer obtained from task_from_waker.