[ 源代码: 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