Function quilkin::config::watch::fs

source ·
pub async fn fs(
    config: Arc<Config>,
    health_check: Arc<AtomicBool>,
    path: impl Into<PathBuf>,
    locality: Option<Locality>
) -> Result<()>