Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + var ErrDying = errors.New("tomb: dying") + var ErrStillAlive = errors.New("tomb: still alive") + type Tomb struct + func (t *Tomb) Dead() <-chan struct{} + func (t *Tomb) Done() + func (t *Tomb) Dying() <-chan struct{} + func (t *Tomb) Err() (reason error) + func (t *Tomb) Kill(reason error) + func (t *Tomb) Killf(f string, a ...interface{}) error + func (t *Tomb) Wait() error