Word description Creates a pipe between each pipeline component, with the output of each component becoming the input of the next.
The first component reads input from input-stream and the last component writes output to output-stream.
Each component runs in its own thread, and the word returns when all components finish executing. Each component outputs a result value.
Pipeline components must be one of the following:
•
A quotation. The quotation is called with both input-stream and output-stream rebound, except for the first and last pipeline components, and it must output a single value.