Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method MuxAsyncIterator.prototype.callIteratorNext
import { MuxAsyncIterator } from "https://deno.land/std@0.55.0/async/mux_async_iterator.ts";

Parameters

iterator: AsyncIterableIterator<T>

Returns

Promise<void>