Skip to main content
Go to Latest
import * as mod from "https://deno.land/std@0.52.0/async/mux_async_iterator.ts";

Classes

The MuxAsyncIterator class multiplexes multiple async iterators into a single stream. It currently makes a few assumptions:

  • The iterators do not throw.
  • The final result (the value returned and not yielded from the iterator) does not matter; if there is any, it is discarded.