Crate process_sync

Source
Expand description

Synchronization primitives for using in multiprocess environments.

Implementation is based on pthread bindings.

Structsยง

SharedCondvar
Simple conditional variable that can be shared between processes and used with SharedMutex
SharedMemoryObject
An object that can be shared between processes.
SharedMutex
Simple mutex that can be shared between processes.