Versions in this module Expand all Collapse all v2 v2.1.0 Oct 7, 2020 Changes in this version + const Backspace + const None + const Osx + const Unix + const Windows + func Add_signals(end Line_end, sig ...os.Signal) option + func With_cancel(parent *Group) option + func With_cancel_nowait(ctx context.Context) option + func With_timeout(parent *Group, timeout time.Duration) option + func With_timeout_nowait(ctx context.Context, timeout time.Duration) option + type Group struct + Interrupted bool + func New(opt ...option) *Group + func (o *Group) Cancel() + func (o *Group) Go(f Grouper) + func (o *Group) Register() int + func (o *Group) Set_err(err error) + func (o *Group) Unregister(index int) + func (o *Group) Wait() error + type Grouper interface + Run func(g *Group) + type Line_end string Other modules containing this package github.com/aletheia7/gogroup