Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dtils/deps.ts>asyncUtils.DelayOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface asyncUtils.DelayOptions
import { type asyncUtils } from "https://deno.land/x/dtils@2.5.0/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.