//
pkg.gl
Category
github.com/grewwc/go_tools
src
pipeline
package
0.6.2
Repository:
https://github.com/grewwc/go_tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
83 SLOC
#
Functions
RepeatFn
RepeatFn takes a done channel to signal if finished "generator" is a generator function (returns interface{}).
Take
Take takes a "n" variables from "inStream" can be controled by "done" channel.
Tee
Tee duplicate "in" channel to 2 output channels.