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