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

Package Usage: go: github.com/juju/mutex

package mutex provides a named machine level mutex shareable between processes. [godoc-link-here] Mutexes have names. Each each name, only one mutex for that name can be acquired at the same time, within and across process boundaries. If a process dies while the mutex is held, the mutex is automatically released. The Linux/MacOS implementation uses flock, while the Windows implementation uses a named mutex. On Linux, we also acquire an abstract domain socket for compatibility with older implementations.
0 versions
Latest release: environ un an ago
27 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/juju/mutex

Dependent Repos 0