package
0.0.0-20240805073345-39c03fc987d2
Repository: https://github.com/intergral/deep.git
Documentation: pkg.go.dev
# Functions
New creates a BoundedWaitGroup with the given concurrency.
# Structs
BoundedWaitGroup like a normal wait group except limits number of active goroutines to given capacity.