Allows stepping of a pure pipe.
Allows stepping of a pure pipe. Each invocation of step results in a value of the Stepper.Step algebra, indicating that the pipe is either done, it failed with an exception, it emitted a chunk of output, or it is awaiting input.
Joins a stream of pipes in to a single pipe.
Joins a stream of pipes in to a single pipe. Input is fed to the first pipe until it terminates, at which point input is fed to the second pipe, and so on.
Asynchronous version of join that queues up to maxQueued
elements.
Queue based version of join that uses the specified queue.
Creates a Stepper, which allows incrementally stepping a pure pipe.