[ 源代码: golang-gopkg-tomb.v1 ]
软件包:golang-gopkg-tomb.v1-dev(0.0~git20141024.0.dd63297-8)
golang-gopkg-tomb.v1-dev 的相关链接
Debian 的资源:
下载源码包 golang-gopkg-tomb.v1:
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.dsc]
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2]
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-8.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
API to track the lifecyle of Golang goroutines, and provide clean termination
Conventional API for clean goroutine termination. A Tomb tracks the lifecycle of a goroutine as alive, dying or dead, and the reason for its death.