Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method MuxAsyncIterator.prototype.add
import { MuxAsyncIterator } from "https://deno.land/std@0.209.0/async/mux_async_iterator.ts";

Add an async iterable to the stream.

Parameters

iterable: AsyncIterable<T>