Skip to main content

spawn_git_searcher

Function spawn_git_searcher 

Source
pub fn spawn_git_searcher(
    scope: GitSearchScope,
    stop: Arc<AtomicBool>,
    tx: impl Sender<Vec<SearchItem>>,
) -> JoinHandle<()>