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

x/eitherway/lib/async/mod.ts

Yet Another Option and Result Implementation - providing safe abstractions for fallible flows inspired by F# and Rust
Latest
import * as eitherway from "https://deno.land/x/eitherway@0.10.0/lib/async/mod.ts";

Classes

Task<T, E>

Interfaces

This is the interface of the return value of Task.deferred

Type Aliases

Use this to infer the encapsulated <E> types from a tuple of Task<T,E>

Use this to infer the encapsulated <E> type from a Task<T,E>

Use this to infer a union of all encapsulated <E> types from a tuple of Task<T,E>

Use this to infer the encapsulated <T> types from a tuple of Task<T,E>

Use this to infer the encapsulated <T> type from a Task<T,E>

Use this to infer a union of all encapsulated <T> types from a tuple of Task<T,E>