new_tracker

Function new_tracker 

Source
pub fn new_tracker(block_id: &str) -> Arc<dyn TrackerHandle>
Expand description

Factory: returns a platform-appropriate tracker handle that will accept the next-spawned process and everything it forks.

Call once per agent pane; reuse the handle across multiple turns of the SubprocessController so children from any turn are all tracked under the same umbrella.