Represents a chain of processes with each member piping its stdout into the next members stdin.
Returns stdout for the last process in the chain.
Adds a new process in the chain.
Waits for all processes in the chain to exit and returns an array of exit codes.
Undocumented in source.
See Implementation
Represents a chain of processes with each member piping its stdout into the next members stdin.