posix_ipc icon indicating copy to clipboard operation
posix_ipc copied to clipboard

Results 12 posix_ipc issues
Sort by recently updated
recently updated
newest added

Will this package provide posix mutex? In the cases where mutex fits, putting posix robust shared mutex in shared memory might be preferable for inter-process synchronization over named semaphore because...

~~Note that this only includes the `MessageQueue` class as it was the only thing I needed (so far) - I would love to add the rest of the python bindings...