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

x/dtils/deps.ts>asyncUtils.DelayOptions

The best unofficial library of utilities for Deno applications
Latest
interface asyncUtils.DelayOptions
import { type asyncUtils } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { DelayOptions } = asyncUtils;

Properties

optional
signal: AbortSignal

Signal used to abort the delay.

optional
persistent: boolean = true

Indicates whether the process should continue to run as long as the timer exists.