Given an ordered list of streams, queue their items from one stream at a time.
Optional
merge:function
roundRobin([--1------2------3------4-----------one-two--three-------------])--1-one--2-two--3-three-4------ Copy
roundRobin([--1------2------3------4-----------one-two--three-------------])--1-one--2-two--3-three-4------
Generated using TypeDoc
Given an ordered list of streams, queue their items from one stream at a time.