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

proxy.golang.org : github.com/udhos/lockfile : v0.0.0-20160928001432-1d49c987357a

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 - Documentation - Download - JSON
purl: pkg:golang/github.com/udhos/[email protected]
Published:
Indexed:

    Loading...
    Readme
    Loading...