posix_ipc
posix_ipc copied to clipboard
Consider providing posix mutex?
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 posix semaphore does not release itself when the process holding it terminates unexpectedly, which might block other waiting processes indefinitely.