set_current_task

Function set_current_task 

Source
pub fn set_current_task(task_info: TaskInfo)
Expand description

Set current task information in thread-local storage

Called by TrackedFuture during poll operations to establish task context for allocation tracking.