[][src]Module arnalisa::bins::pipeline

A bin contains a set of nested bins inside.

  ┌────────[pipeline]────────┐
 ⇒│<input 0>       <output 0>│⇒
 ⇒│<input 1>       <output 1>│⇒
 ⇒│<input 2>       <output 2>│⇒
 ⇒┊…                        …┊⇒
 ⇒│<input n>       <output n>│⇒
  └──────────────────────────┘
  (number of inputs and outputs does not need to match)

Structs

Bin

A bin contains a set of nested bins inside.

Description

Description for the pipeline bin.