runDepth top-level property
Current depth of nested effect callback execution.
Incremented by effect runs, not by standalone computed evaluation. When greater than 0, writes should be treated as inner writes during propagation.
Implementation
int runDepth = 0;