//
pkg.gl
Category
github.com/netobserv/gopipes
pkg
node
internal
connect
package
0.3.0
Repository:
https://github.com/netobserv/gopipes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
72 SLOC
#
Functions
Fork
Fork provides connection to a group of output Nodes, accessible through their respective Joiner instances.
NewJoiner
NewJoiner creates a joiner for a given channel type and buffer length.
#
Structs
Forker
Forker manages the access to a Node's output (send) channel.
Joiner
Joiner provides shared access to the input channel of a node of the type IN.
#
Type aliases
Releaser
Releaser is a function that will allow releasing a forked channel.