Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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