posix_ipc icon indicating copy to clipboard operation
posix_ipc copied to clipboard

Consider providing posix mutex?

Open madjxatw opened this issue 5 months ago • 3 comments

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.

madjxatw avatar Sep 20 '24 07:09 madjxatw