Skip to main content

start_descendant_monitor

Function start_descendant_monitor 

Source
pub fn start_descendant_monitor(
    root_pid: u32,
    stop: Arc<DescendantMonitorStop>,
    emit: Box<dyn Fn(DescendantEvent) + Send>,
) -> Result<()>