Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/script_nop/src/framework/utils/Deferred.ts>default

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
class default
import { default } from "https://deno.land/x/script_nop@v2.4.6/src/framework/utils/Deferred.ts";

Constructors

new
default()

Properties

promise: Promise<any>
reject: Function
resolve: Function