[ Bron: golang-gopkg-tomb.v2 ]
Pakket: golang-gopkg-tomb.v2-dev (0.0~git20161208.d5d1b58-3)
Verwijzigingen voor golang-gopkg-tomb.v2-dev
Debian bronnen:
Het bronpakket golang-gopkg-tomb.v2 downloaden:
- [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]
Beheerders:
- Debian Go Packaging Team (QA-pagina, Mailarchief)
- Alexandre Viau (QA-pagina)
- Tim Potter (QA-pagina)
- Michael Hudson-Doyle (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- 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.