A go library for common concurrency patterns using generics.
go get github.com/aeneasr/pool
For documentation of this package see below, or read the detailed documentation on pkg.go.dev/github.com/aeneasr/pool.
Map
manipulates a slice and transforms it to a slice of another type concurrently. For runnable examples please
check pkg.go.dev/github.com/aeneasr/pool#readme-map.