import { default } from "https://deno.land/x/script_nop@v2.0.5/src/AppNOP.ts";
Methods
handleNotification(n: NOPNotification, from: Worker | undefined)
init(options: AppOptions): void
Initializes the application. It must be called at the beginning of the state-manager thread (main thread).
notify(notifications: NOPNotification[], target: "main" | "child" | Worker)
onNotifications(entries: NOPNotification[])