Documentation
¶
Index ¶
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
}
Group a group of workers executing functions concurrently
func (*Group) Wait ¶
func (g *Group) Wait(options ...WaitOption) error
Wait waits until workers finished the jobs in the queue
type GroupOptions ¶
GroupOptions configuration for the Group
type WaitOptions ¶
WaitOptions configuration for the Wait
Click to show internal directories.
Click to hide internal directories.