# Functions
NewWorkerGroup creates a new group.
Parallel executes a set of Workers and waits for them to finish.
# Structs
WorkerGroup is similar in principle to sync.WaitGroup but manages the Workers itself.
# Type aliases
Worker is a function that WorkerGroup will run in a new goroutine.