framework-js
framework-js copied to clipboard
Introduce MultiStream/MuxStream
Feature description
Introduce MultiStream/MuxStream similar to MultiStrean from v4.
The idea behind a MultiStream is being able to mux and demux streams when needed. MultiStream is an object consisting of multiple streams than can be refined or muxed.
Use case
Merging streams from various sources so all data can be processed by the same pipeline. Distributing data into multiple streams.
If you are interested in this issue or this stream type fits your use case, please upvote with :+1:.