Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing global semaphore deadlock for NIX platforms
If the program crashed or behaved unexpectedly while a global semaphore was locked, that semaphore would stay locked until the machine was restarted. Unlinking the semaphore upon creation will cause the semaphore to be disposed of once the last process using that semaphore is no longer running.
- Loading branch information