Crate process_sync
source ·Expand description
Synchronization primitives for using in multiprocess environments.
Implementation is based on pthread bindings.
TODO: write about how they actually work
Structs
An object that can be shared between processes.
Simple mutex that can be shared between processes.