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.3.0-3.fc42 | - |
Fedora 41 | 1.3.0-2.fc41 | - |
Fedora 40 | 1.2.0-3.fc40 | - |
Fedora EPEL 10.0 | 1.3.0-2.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-alexflint-filemutex dash maintainers at fedoraproject dot org
.