[ 源代码: golang-gopkg-tomb.v1 ]
软件包: golang-gopkg-tomb.v1-dev (0.0~git20141024.0.dd63297-7)
golang-gopkg-tomb.v1-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-gopkg-tomb.v1:
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-7.dsc]
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2]
- [golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-7.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Tim Potter
外部的资源:
- 主页 [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.