Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@jowillianto jowillianto released this 09 Jun 10:14
· 11 commits to main since this release
  • 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.