Merges an array of readable streams and returns a new readable stream that emits data from the individual streams as it arrives. If you provide an empty array, the stream remains open but can be ...
This package exports the function kway_merge. It constructs a KWayMerger - a stateful, lazy iterator of the elements in an iterator of iterators. The elements of the inner iterators will be yielded in ...