Suave :sunglasses:
Multi-process and interprocess communication library focused on getting things up and working. It is 100% async and written in pure rust.
Pipes
Easily create a lockfile using the pipes module.
Example
use LockFile;
let lockfile = connect.await?;
// Now unlocked...