Cuurently library has two synchronization objects:
- pseudo_sync (for single-threaded environments)
- critical_section (for multi-threaded environments)
But there is no multi-process synchronization object.
It will be usefull to have one, because memory manager with shared memory segment can be used at multi-process environment (and will be).