Skip to main content
Module

std/async/deadline.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.124.0/async/deadline.ts";

Functions

Create a promise which will be rejected with DeadlineError when a given delay is exceeded.