[ ソース: 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