Skip to content

Releases: jowillianto/file-lock

v1.0.1

09 Jun 10:14
Compare
Choose a tag to compare
  • 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

31 May 15:23
0b7bf5a
Compare
Choose a tag to compare

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

08 May 06:41
Compare
Choose a tag to compare
080525-v1.0.0

Guarantee lock poisoning freedom in FileMutex