StartAll

Function StartAll 

Source
pub async fn StartAll(
    context: Arc<BackgroundIndexerContext>,
    watch_paths: Vec<PathBuf>,
) -> Result<(Option<JoinHandle<()>>, Option<JoinHandle<()>>)>
Expand description

Start all background components (watcher and tasks)