Module

x/proc/legacy/deps.ts>DelayOptions

A better way to work with processes in Deno.
Latest
interface DelayOptions
import { type DelayOptions } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/deps.ts";

Options for delay.

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.