[ 原始碼: 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