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.160.0/async/delay.ts";

Properties

optional
signal: AbortSignal
optional
persistent: boolean

Indicates whether the process should continue to run as long as the timer exists. This is true by default.