import * as easyts from "https://deno.land/x/easyts@0.1.3/signals/signals.ts";
Classes
Connection between Signals and Slots | |
Signals/Slots, you can associate multiple Slots with Signals, when Signals generate signals, Slots will be called in turn |
Interfaces
The combiner is used to obtain the return value of the slot, and to determine whether to continue calling subsequent slots | |
I Slot | Signals/Slots, you can associate multiple Slots with Signals, when Signals generate signals, Slots will be called in turn |