First, thanks for this great library! I have a really short question.
Unfortunately I wasn't able to find anything about this in the documentation, is a lock released if the process holding it is killed by an external event? Because otherwise this might cause a deadlock situation, where the process originally holding the lock was killed and the other processes wait forever.
First, thanks for this great library! I have a really short question.
Unfortunately I wasn't able to find anything about this in the documentation, is a lock released if the process holding it is killed by an external event? Because otherwise this might cause a deadlock situation, where the process originally holding the lock was killed and the other processes wait forever.