package
0.1.1
Repository: https://github.com/sboehler/knut.git
Documentation: pkg.go.dev

# Functions

Compose composes a source and a processor.
Connect connects a source and a sink.
No description provided by the author
Demultiplex demultiplexes the given channels.
No description provided by the author
No description provided by the author
Pop returns a new T from the ch.
Push tries to push a T to the ch.
RunTestEngine runs the processor in a test engine.

# Structs

Collector collects channel result into an array.
Producer produces values.

# Interfaces

Pipeline represents a computation.
Processor processes elements.
Sink consumes elements.
Source generates elements.