[ ソース: 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.