Sync.Mutex working across processes
FileMutex is similar to sync.RWMutex, but also synchronizes across processes. On Linux, OSX, and other POSIX systems it uses the flock system call. On windows it uses the LockFileEx and UnlockFileEx system calls. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/alexflint/go-filemutex
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.0-4.fc35 | - |
Fedora 35 | 1.1.0-4.fc35 | - |
Fedora 34 | 1.1.0-3.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-alexflint-filemutex dash maintainers at fedoraproject dot org
.