Show / Hide Table of Contents

Class ParallelExecutionEngine

Denotes an incrementalization system where changes are propagated in parallel

Inheritance
object
ExecutionEngine
ParallelExecutionEngine
Inherited Members
ExecutionEngine.TransactionActive
ExecutionEngine.BeginTransaction()
ExecutionEngine.CommitTransaction()
ExecutionEngine.RollbackTransaction()
ExecutionEngine.InvalidateNode(INotifiable)
ExecutionEngine.ExecuteSingle(INotifiable)
ExecutionEngine.Current
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class ParallelExecutionEngine : ExecutionEngine

Methods

| Edit this page View Source

Execute(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

Overrides
ExecutionEngine.Execute(List<INotifiable>)

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX