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

Top 1.8% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 3.7% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org

proxy.golang.org : github.com/nightlyone/lockfile

Package lockfile handles pid file based locking. While a sync.Mutex helps against concurrency issues within a single process, this package is designed to help against concurrency issues between cooperating processes or serializing multiple invocations of the same process. You can also combine sync.Mutex with Lockfile in order to serialize an action between different goroutines in a single program and also multiple invocations of this program.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/nightlyone/lockfile
Keywords: go , handle-locking , lockfile
License: MIT
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/nightlyone
Dependent packages: 396
Dependent repositories: 1,195
Stars: 137 on GitHub
Forks: 40 on GitHub
Docker dependents: 147
Docker downloads: 1,270,851
See more repository details: repos.ecosyste.ms
Last synced: about 22 hours ago

    Loading...
    Readme
    Loading...