Ecosyste.ms: Packages

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

Top 1.2% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 3.3% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/gofrs/flock

Package flock implements a thread-safe interface for file locking. It also includes a non-blocking TryLock() function to allow locking without blocking execution. Package flock is released under the BSD 3-Clause License. See the LICENSE file for more details. While using this library, remember that the locking behaviors are not guaranteed to be the same on each platform. For example, some UNIX-like operating systems will transparently convert a shared lock to an exclusive lock. If you Unlock() the flock from a location where you believe that you have the shared lock, you may accidentally drop the exclusive lock.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/gofrs/flock
Keywords: file, flock, go, golang, golang-library, linux, locking, osx, windows
License: BSD-3-Clause
Latest release: almost 3 years ago
First release: over 6 years ago
Namespace: github.com/gofrs
Dependent packages: 4,206
Dependent repositories: 17,036
Stars: 429 on GitHub
Forks: 58 on GitHub
Docker dependents: 4,981
Docker downloads: 19,269,225,923
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago

    Loading...
    Readme
    Loading...