react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / stream-combiner2 / README.md
80540 viewsstream-combiner2
This is a sequel to stream-combiner for streams2.
Combine (stream1,...,streamN)
Turn a pipeline into a single stream. Combine
returns a stream that writes to the first stream and reads from the last stream.
Streams1 streams are automatically upgraded to be streams2 streams.
Listening for 'error' will recieve errors from all streams inside the pipe.
License
MIT