# Functions
New creates a SizedWaitGroup.
# Variables
No description provided by the author
# Structs
SizedWaitGroup has the same role and close to the same API as the Golang sync.WaitGroup but adds a limit of the amount of goroutines started concurrently.