Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface DelayOptions
import { type DelayOptions } from "https://deno.land/x/denogres@v4.0.1/vendor/deno.land/std@0.173.0/async/delay.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.