Certain principles hold for the use of iterators: In general, you should be able to have multiple traversals in progress at the ...
Allow multiple consumers of a single async iterator instance. var demuxed= new AsyncIteratorDemuxer(async function*(){ console ...