Package Usage: go: 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.
1 version
Latest release: over 5 years ago
396 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/nightlyone/lockfile
Dependent Repos 4
web-et-numerique/factory/llle_project/cozy-stack
Fork of cozy-stack https://github.com/cozy/cozy-stackLast synced: 8 months ago
