Name: | golang-github-alexflint-filemutex-devel |
---|---|
Version: | 1.3.0 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 9475 |
License: | MIT |
RPM: | golang-github-alexflint-filemutex-devel-1.3.0-2.el10_0.noarch.rpm |
Source RPM: | golang-github-alexflint-filemutex-1.3.0-2.el10_0.src.rpm |
Build Date: | Thu Jan 16 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/alexflint/go-filemutex |
Summary: | Sync.Mutex working across processes |
Description: | 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 |