Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2016 Changes in this version + var AlreadyDone <-chan struct + type Group struct + func NewGroup() *Group + func (cg *Group) Add(toAdd Stoppable) + func (cg *Group) AddFunc(toAddFunc StopperFunc) + func (cg *Group) Stop() <-chan struct{} + type Stoppable interface + Stop func() <-chan struct{} + type StopperFunc func() <-chan struct