Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cordeno/deps.ts>DenoAsync.MuxAsyncIterator#callIteratorNext

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
method DenoAsync.MuxAsyncIterator.prototype.callIteratorNext
import { DenoAsync } from "https://deno.land/x/cordeno@v0.3.5/deps.ts";
const { MuxAsyncIterator } = DenoAsync;

Parameters

iterator: AsyncIterableIterator<T>

Returns

Promise<void>