An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.2% on proxy.golang.org
Top 1.4% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 6.1% forks on proxy.golang.org
Top 0.2% docker downloads on proxy.golang.org

proxy.golang.org : github.com/juju/mutex/v2

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/v2
License: LGPL-3.0
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/juju/mutex
Dependent packages: 14
Dependent repositories: 93
Stars: 20 on GitHub
Forks: 11 on GitHub
Docker dependents: 69
Docker downloads: 346,005,256
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago

    Loading...
    Readme
    Loading...