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

Usage

import * as fun from "https://raw.githubusercontent.com/baetheus/fun/main/async.ts";

This file contains the Async algebraic data type. Async is a lazy, asynchronous adt that is useful for encapsulating anything from file reads and network requests to timers and loops.

§Variables

ApplicableAsync
bind
bindTo
FlatmappableAsync
FlatmappableAsyncSeq
MappableAsync
tap
WrappableAsync

§Functions

apply
applySequential
delay
flatmap
fromSync
getCombinableAsync
getInitializableAsync
map
tryCatch
wrap

§Interfaces

KindAsync

§Type Aliases

Async