Skip to main content

lock_sync_or_verify_with_timeout

Function lock_sync_or_verify_with_timeout 

Source
pub fn lock_sync_or_verify_with_timeout(
    lockfile: &Path,
    program: &str,
    sync_args: &[&str],
    cwd: &Path,
    timeout: Duration,
) -> Result<()>
Expand description

Two-tier lockfile enforcement with configurable timeout.