Class ParallelExecutionEngine
Denotes an incrementalization system where changes are propagated in parallel
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class ParallelExecutionEngine : ExecutionEngine
Methods
| Edit this page View SourceExecute(List<INotifiable>)
Propagates changes of the given DDG nodes
Declaration
protected override void Execute(List<INotifiable> nodes)
Parameters
Type | Name | Description |
---|---|---|
List<INotifiable> | nodes | The changed DDG nodes |