Expand description
Synchronization primitives for using in multiprocess environments.
Implementation is based on pthread
bindings.
Structsยง
- Shared
Condvar - Simple conditional variable that can be shared between processes and used with
SharedMutex
- Shared
Memory Object - An object that can be shared between processes.
- Shared
Mutex - Simple mutex that can be shared between processes.