[ 原始碼: 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.