activeSub top-level property
The currently active subscriber node.
Used during reactive computations to automatically track dependencies. When a signal is accessed, it links itself to this active subscriber.
Implementation
ReactiveNode? activeSub;
The currently active subscriber node.
Used during reactive computations to automatically track dependencies. When a signal is accessed, it links itself to this active subscriber.
ReactiveNode? activeSub;