Skip to main content
Module

x/timeout/timeout.ts

Abortable promise timeout for Deno
Latest
import * as timeout from "https://deno.land/x/timeout@2.4/timeout.ts";

Functions

Abortable promise that rejects with a TimeoutError when timed out

Shortcut for racing the given promises with a timeout that rejects whith TimeoutError when timed out

Abortable promise that resolves when timed out