Documentation ¶ Index ¶ type WaitGroup func New(check bool, c ...uint16) WaitGroup func (t *WaitGroup) Add(delta int) func (t *WaitGroup) Count() uint16 func (t *WaitGroup) Dec() func (t *WaitGroup) Done() func (t *WaitGroup) EnableCheck() func (t *WaitGroup) Inc() func (t *WaitGroup) Wait() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WaitGroup ¶ type WaitGroup struct { Check bool Concurrent uint16 // contains filtered or unexported fields } func New ¶ func New(check bool, c ...uint16) WaitGroup func (*WaitGroup) Add ¶ func (t *WaitGroup) Add(delta int) func (*WaitGroup) Count ¶ func (t *WaitGroup) Count() uint16 func (*WaitGroup) Dec ¶ func (t *WaitGroup) Dec() func (*WaitGroup) Done ¶ added in v0.1.3 func (t *WaitGroup) Done() func (*WaitGroup) EnableCheck ¶ func (t *WaitGroup) EnableCheck() func (*WaitGroup) Inc ¶ func (t *WaitGroup) Inc() func (*WaitGroup) Wait ¶ added in v0.1.3 func (t *WaitGroup) Wait() Source Files ¶ View all Source files waitgroup.go Click to show internal directories. Click to hide internal directories.