Documentation ¶ Index ¶ type Group func NewGroup(name string, father *Group, exitfunc func()) *Group func (g *Group) Done() <-chan int func (g *Group) Error() error func (g *Group) Go(name string, f func() error) func (g *Group) IsExit() bool func (g *Group) Stop() func (g *Group) Wait() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Group ¶ type Group struct { // contains filtered or unexported fields } func NewGroup ¶ func NewGroup(name string, father *Group, exitfunc func()) *Group func (*Group) Done ¶ func (g *Group) Done() <-chan int func (*Group) Error ¶ func (g *Group) Error() error func (*Group) Go ¶ func (g *Group) Go(name string, f func() error) func (*Group) IsExit ¶ func (g *Group) IsExit() bool func (*Group) Stop ¶ func (g *Group) Stop() func (*Group) Wait ¶ func (g *Group) Wait() error Source Files ¶ View all Source files group.go Click to show internal directories. Click to hide internal directories.