Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::reactive::ReadRecord Struct Reference

One "upstream read" record. More...

#include <graph.hpp>

Public Attributes

Nodesource
 The upstream node that was read.

Detailed Description

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.

Member Data Documentation

◆ source

Node* aria::reactive::ReadRecord::source

The upstream node that was read.


The documentation for this struct was generated from the following file:
  • modules/core/include/aria/reactive/graph.hpp