Top 0.9% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 6.2% forks on proxy.golang.org
Top 0.4% docker downloads on proxy.golang.org
proxy.golang.org : github.com/juju/mutex
package mutex provides a named machine level mutex shareable between processes. [godoc-link-here] Mutexes have names. Each each name, only one mutex for that name can be acquired at the same time, within and across process boundaries. If a process dies while the mutex is held, the mutex is automatically released. The Linux/MacOS implementation uses flock, while the Windows implementation uses a named mutex. On Linux, we also acquire an abstract domain socket for compatibility with older implementations.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/juju/mutex
License: LGPL-3.0
Latest release: 20 days ago
Namespace: github.com/juju
Dependent packages: 27
Dependent repositories: 551
Stars: 20 on GitHub
Forks: 11 on GitHub
Docker dependents: 43
Docker downloads: 33,451,109
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago