unwatched abstract method
Called when a node no longer has any subscribers watching it.
This allows the system to perform cleanup for nodes that are no longer being observed.
Implementation
void unwatched(ReactiveNode sub);
Called when a node no longer has any subscribers watching it.
This allows the system to perform cleanup for nodes that are no longer being observed.
void unwatched(ReactiveNode sub);