//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
concurrent
channels
fan
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
44 SLOC
#
Functions
FanIn
FanIn reads from N-Channels and forwards the result to the output channel.
FanOut
FanOut reads from a channel and starts an async processing task.
Print
Print prints all data from a channel until the channel is closed.