Expand description
This is dir-lock
, a library crate providing the type DirLock
, which is a simple file-system-based mutex.
§Features
The following feature is enabled by default:
tokio
: Uses thetokio
runtime for async operations.
The following features can be enabled via Cargo:
async-std
: Uses theasync-std
runtime for async operations. Thetokio
feature should be disabled when using this feature.
Structs§
- DirLock
- A simple file-system-based mutex.