[ 源代码: golang-github-juju-mutex ]
软件包:golang-github-juju-mutex-dev(2.0.0-1)
golang-github-juju-mutex-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-juju-mutex:
- [golang-github-juju-mutex_2.0.0-1.dsc]
- [golang-github-juju-mutex_2.0.0.orig.tar.gz]
- [golang-github-juju-mutex_2.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Provides a named machine level mutex shareable between processes (library)
package mutex provides a named machine level mutex shareable between processes.
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.
其他与 golang-github-juju-mutex-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-golang-mock-dev
- mocking framework for the Go programming language
-
- dep: golang-github-juju-errors-dev
- Common juju errors and functions to annotate errors
-
- dep: golang-github-juju-testing-dev
- Testing gocheck suites and checkers used across juju projects (library)
-
- dep: golang-gopkg-check.v1-dev
- Rich testing extension for Go's testing package