Skip to main content
Module

std/async/mod.ts>DelayOptions

Deno standard library
Go to Latest
interface DelayOptions
import { type DelayOptions } from "https://deno.land/std@0.204.0/async/mod.ts";

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.