[ 源代码: golang-gopkg-tomb.v2 ]
软件包: golang-gopkg-tomb.v2-dev (0.0~git20161208.d5d1b58-3)
golang-gopkg-tomb.v2-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-gopkg-tomb.v2:
- [golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58-3.dsc]
- [golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58.orig.tar.xz]
- [golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58-3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Alexandre Viau
- Tim Potter
- Michael Hudson-Doyle
外部的资源:
- 主页 [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.