|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
One "upstream read" record. More...
#include <graph.hpp>
Public Attributes | |
| Node * | source |
| The upstream node that was read. | |
One "upstream read" record.
Produced by every reactive read that happens while a Derivation is computing — Property::get() / Computed::get() report themselves, and the explicit dep(source) helper routes here too. The Graph's TrackingContext collects them and reconciles the edge set once compute finishes.
| Node* aria::reactive::ReadRecord::source |
The upstream node that was read.