[ 源代码: golang-gopkg-tomb.v2 ]
软件包:golang-gopkg-tomb.v2-dev(0.0~git20161208.d5d1b58-3)
golang-gopkg-tomb.v2-dev 的相关链接
Debian 的资源:
下载源码包 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]
维护小组:
- Debian Go Packaging Team (QA 页面, 邮件存档)
- Alexandre Viau (QA 页面)
- Tim Potter (QA 页面)
- Michael Hudson-Doyle (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-joshuarubin-lifecycle-dev
- golang-github-tendermint-go-clist-dev
- tomb
- golang-github-nozzle-throttler-dev
- golang-github-oklog-run-dev
- libproc-terminator-perl
- libproc-daemon-perl
- golang-github-fortytw2-leaktest-dev
- golang-github-xtaci-kcp-dev
- golang-github-netflix-go-expect-dev
- panicparse
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.