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 + type CloseFunc func() error + type ContextCloser interface + AddCloserChild func(c ContextCloser) + Children func() *sync.WaitGroup + Close func() error + Closed func() <-chan struct{} + Closing func() <-chan struct{} + Context func() context.Context + func NewContextCloser(ctx context.Context, cf CloseFunc) ContextCloser