An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/zbiljic/go-filelock

Package filelock handles 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 Lock in order to serialize an action between different goroutines in a single program and also multiple invocations of this program.
1 version
Latest release: almost 8 years ago
12 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/zbiljic/go-filelock

Dependent Repos 0