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 SharedMutex
An object that can be shared between processes.
Simple mutex that can be shared between processes.