Expand description
Functions and flows to control the flow of data in a flow based on control inputs. functions for controlling data flow
§Control (//flowstdlib/control)
Functions to control the flow of data on connections between other processing functions
Modules§
- compare_
switch - A module with functions to compare data elements and output a value depending on comparison
- index
- A function to select a value to pass based on index
- index_f
- A flow wrapper for the Index function to simplify its use by supplying most frequently used initializers to some inputs.
- join
- A function for joining data
- route
- A function to route data based on a control value
- select
- A function to select data on output on a control value
- tap
- A function to control the flow of data based on a control value