package
0.0.0-20240403195145-a5b82e576be2
Repository: https://github.com/gostdlib/concurrency.git
Documentation: pkg.go.dev

# Functions

Caller sets the name of the calling function so that metrics can differentiate who is using the goroutines in the pool.
New creates a new Pool.
NonBlocking indicates that if we are at our limit, we still run the goroutine and it is not counted against the total.

# Structs

Pool is a pool of goroutines.