Function tokio_util::sync::cancellation_token::tree_node::remove_child
source ยท fn remove_child(parent: &mut Inner, node: MutexGuard<'_, Inner>)
Expand description
Removes a child from the parent.
parent
MUST be the parent of node
.
To acquire the locks for node and parent, use with_locked_node_and_parent
.