Skip to main content

remove_stale_lock

Function remove_stale_lock 

Source
fn remove_stale_lock(
    lock_path: &Path,
    stale_after: Duration,
) -> Result<bool, Report>