Function tokio_util::sync::cancellation_token::tree_node::disconnect_children

source ยท
fn disconnect_children(node: &mut Inner)
Expand description

Disconnects the given parent from all of its children.

Takes a reference to Inner to make sure the parent is already locked.