Releases: jowillianto/file-lock
Releases · jowillianto/file-lock
v1.0.1
- Fixed a bug when the file lock is lock shared in a two threads, unlocking in only of the thread will make the file lock accessible to other threads. When used as a write lock this has no effect since only one thread can obtain the lock anyway, however, when used as a reader lock, this can cause races.
moderna::file_lock
This release contains a garbage collector for the hash map storing mutexes for file paths and CLOEXEC to prevent forks from inheriting the locks.
Initial Release
080525-v1.0.0 Guarantee lock poisoning freedom in FileMutex