import * as mod from "https://dotland.deno.dev/std@0.116.0/async/mux_async_iterator.ts"; ClassescMuxAsyncIteratorThe MuxAsyncIterator class multiplexes multiple async iterators into a single stream. It currently makes an assumption: The final result (the value returned and not yielded from the iterator) does not matter; if there is any, it is discarded.