Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as asyncLib from "https://raw.githubusercontent.com/takker99/async-lib/0.2.0/mod.ts";

§Functions

pool
promisify

callbackをPromiseに変換するやつ

sort

解決したPromiseから順番に返す関数

sortSettled

settleしたPromiseから順番に返す関数

§Interfaces

CallbackOptions
PromisifyOptions

§Type Aliases

Result