Skip to main content

watch_docs

Function watch_docs 

Source
pub fn watch_docs(
    root: &Path,
    debounce_ms: u64,
    stop_rx: Receiver<()>,
    log_prefix: &str,
) -> Result<()>