Skip to content

Version 1.1

Compare
Choose a tag to compare
@alexflint alexflint released this 03 Apr 15:36
· 27 commits to master since this release
392c3ab

Added FileMutex.TryLock(), which immediately returns ErrAlreadyLocked if the mutex is already locked (by this process or another process). This is different from FileMutex.Lock(), which blocks until the mutex can be acquired.