Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/async/mod.ts>MuxAsyncIterator#add

The Deno Standard Library
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.222.1/async/mod.ts";

Add an async iterable to the stream.

Parameters

iterable: AsyncIterable<T>