ComputeArgumentsTracker<T> extension

Provides static methods for tracking computational cell arguments at runtime.

on

Static Methods

computeWithTracker<T>(T fn(), void tracker(ValueCell)) → T
Compute a cell value using fn while tracking argument cells using tracker.
trackArgument(ValueCell cell) → void
Inform the current argument cell listener that the value of cell was referenced.