Crate process_sync
source ·Expand description
Synchronization primitives for using in multiprocess environments.
Implementation is based on pthread bindings.
Structs
Simple conditional variable that can be shared between processes and used with
SharedMutexAn object that can be shared between processes.
Simple mutex that can be shared between processes.