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 thetokioruntime for async operations.
The following features can be enabled via Cargo:
async-std: Uses theasync-stdruntime for async operations. Thetokiofeature should be disabled when using this feature.
Structs§
- DirLock
- A simple file-system-based mutex.