golang-gopkg-tomb.v1-dev

Api to track the lifecyle of golang goroutines, and provide clean termination
  https://github.com/go-tomb/tomb/tree/v1
  0
  no reviews



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.