Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/delayed/src/sleep.ts

A simple module that provide an asynchronous approach to interval, delay and timeout
Go to Latest
import * as delayed from "https://deno.land/x/delayed@2.0.2/src/sleep.ts";

Functions

Asynchronous sleep during the specified delay.

Synchronous sleep during the specified delay.