Stream provides a set of generic functions for working concurrent design patterns in Go.
To install the package, run:
go get -u go.atomizer.io/stream@latestIt is recommended to use the package via the following import:
import . "go.atomizer.io/stream"
Using the . import allows for functions to be called directly as if the
functions were in the same namespace without the need to append the package
name.
To execute the benchmarks, run the following command:
go test -bench=. ./...To view benchmarks over time for the main branch of the repository they can
be seen on our Benchmark Report Card.