pub fn take_task_handle() -> TaskHandleExpand description
Takes the current task’s TaskHandle out of task-local storage.
Called by macro-generated code inside Task::execute(). Panics if no
handle was set (indicates an executor bug).
pub fn take_task_handle() -> TaskHandleTakes the current task’s TaskHandle out of task-local storage.
Called by macro-generated code inside Task::execute(). Panics if no
handle was set (indicates an executor bug).