package
0.0.0-20211010210625-4aa0140a90eb
Repository: https://github.com/0xqab/concepts-of-programming-languages.git
Documentation: pkg.go.dev

# Functions

FanIn reads from N-Channels and forwards the result to the output channel.
FanOut reads from a channel and starts an async processing task.
Print prints all data from a channel until the channel is closed.