Skip to main content

queue_silo_cleanup

Function queue_silo_cleanup 

Source
fn queue_silo_cleanup(task_id: TaskId)
Expand description

Performs the cleanup task resources operation.

Called when a task exits or is killed to release ports, capabilities, and user address space mappings.

ยงSafety

Must be called with the scheduler lock held and the task no longer accessible from any global map (all_tasks, current_task, etc.).