dag.ts
4.15 KB
-
when value in variable changes, identify which variable(s) to update · d6ad1ced
Given you have variables a, b, c, d where b depends on a, c depends on b, c, d depends on a. When updating a only an update of b and d should be triggered since c depends on b and c will be updated eventually when the update of b are finished.
Marcus Efraimsson committed