Expand description
The library for all things local communication. We support a variety of things for multi-process communication and interprocess communication.
This includes lock files, named pipes like in the pipe
crate.
§Features
queue
- Implements MessageQueue on linux systems.
To contribute head over to github, all help is welcome!