Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/async.ts>DelayOptions

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface DelayOptions
import { type DelayOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/async.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.