Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/script_nop/src/AppNOP.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.2.4/src/AppNOP.ts";

Properties

readonly
handler
readonly
options

Methods

init(options: AppOptions): void

Initializes the application. It must be called at the beginning of the state-manager thread (main thread).

Load program state

notify(notifications: NOPNotification[], target: "main" | "child" | Worker)

Save all program state