pub fn scan_streaming(
root: PathBuf,
options: ScanOptions,
tx: Sender<TaskRunner>,
) -> JoinHandle<()>Expand description
Scan a directory tree for task runners, streaming results through a channel. Uses parallel walking for better performance on large directories. Returns a JoinHandle that completes when scanning is done.