import * as effection from "https://deno.land/x/effection@3.1.0/lib/signal.ts";
Interfaces
Convert plain JavaScript function calls into a Stream that can be consumed within an operation. If no operation is subscribed to a signal's stream, then sending messages to it is a no-op. |