pub async fn StartAll( context: Arc<BackgroundIndexerContext>, watch_paths: Vec<PathBuf>, ) -> Result<(Option<JoinHandle<()>>, Option<JoinHandle<()>>)>
Start all background components (watcher and tasks)