Skip to main content

extract_lock_path

Function extract_lock_path 

Source
pub fn extract_lock_path(root: &Path, package_id: &str) -> PathBuf
Expand description

Extraction mutex for package_id, distinct from the in-use lock so a second runner waits only for extraction, not for the first instance’s whole lifetime.