pub fn remove_child_streams(task_id: usize) -> Option<IoStreams>
Expand description

Shells call this function to remove queues and pointer to terminal for applications. It returns the removed streams in the return value if the key matches, otherwise returns None.