package
0.3.0
Repository: https://github.com/netobserv/gopipes.git
Documentation: pkg.go.dev

# Functions

Fork provides connection to a group of output Nodes, accessible through their respective Joiner instances.
NewJoiner creates a joiner for a given channel type and buffer length.

# Structs

Forker manages the access to a Node's output (send) channel.
Joiner provides shared access to the input channel of a node of the type IN.

# Type aliases

Releaser is a function that will allow releasing a forked channel.