[ 原始碼: golang-github-jacobsa-syncutil ]
套件:golang-github-jacobsa-syncutil-dev(0.0~git20150615-3)
golang-github-jacobsa-syncutil-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jacobsa-syncutil:
- [golang-github-jacobsa-syncutil_0.0~git20150615-3.dsc]
- [golang-github-jacobsa-syncutil_0.0~git20150615.orig.tar.bz2]
- [golang-github-jacobsa-syncutil_0.0~git20150615-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
code that supplements the Go stdlib sync package
This package contains code that supplements the sync package from the Go standard library. In particular:
* Bundle, which makes it easy to write code that spawns multiple cancellation-aware workers that may fail. * InvariantMutex, which makes it possible to automatically check your invariants at lock and unlock time.
其他與 golang-github-jacobsa-syncutil-dev 有關的套件
|
|
|
|
-
- dep: golang-github-jacobsa-oglematchers-dev
- matchers for testing/mocking frameworks such as ogletest
-
- dep: golang-github-jacobsa-ogletest-dev
- unit testing framework for Go
-
- dep: golang-golang-x-net-dev
- Supplementary Go networking libraries