pool

A go library for common concurrency patterns using generics

APACHE-2.0 License

Stars
10

pool

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

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.