Skip to main content
Module

x/cordeno/deps.ts>DenoAsync

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
namespace DenoAsync
import { DenoAsync } from "https://deno.land/x/cordeno@v0.3.5/deps.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.

Functions

Creates a Promise with the reject and resolve functions placed as methods on the promise object itself. It allows you to do: