pub fn acquire( path: &Path, kind: LockKind, timeout: Duration, ) -> Result<FileLock>
Open (creating if needed) and hold a lock file. timeout caps contention waits; default policy in callers is 5s (§5.7).
timeout