# Functions

WithSize returns a [Group] that will execute with up to the requested number of goroutines and queue up to the requested number of work elements.

# Structs

Group is a basic concurrency-control mechanism that has a bounded pool of worker goroutines executing callbacks from a queue.