| DAGNode |
The type representing node in a DAGraph.
|
| DAGraph |
Type representing a DAG (directed acyclic graph).
|
| FunctionalTaskItem |
|
| Graph |
Type representing a directed graph data structure.
|
| Graph.EdgeType |
The edge types in a graph.
|
| Graph.Visitor |
Represents a visitor to be implemented by the consumer who want to visit the
graph's nodes in DFS order by calling visit method.
|
| IndexableTaskItem |
An index-able TaskItem with a TaskGroup.
|
| Node |
Type represents a node in a Graph.
|
| TaskGroup |
Type representing a group of task entries with dependencies between them.
|
| TaskGroup.HasTaskGroup |
An interface representing a type composes a TaskGroup.
|
| TaskGroup.InvocationContext |
A mutable type that can be used to pass data around task items during the invocation
of the TaskGroup.
|
| TaskGroup.ProxyTaskGroupWrapper |
Wrapper type to simplify operations on proxy TaskGroup.
|
| TaskGroupEntry |
Type representing an entry in TaskGroup that holds one TaskItem and associated
information which includes:
1.
|
| TaskGroupTerminateOnErrorStrategy |
Defines task group termination strategies to be used once a task error-ed.
|
| TaskItem |
Type representing a unit of work, upon invocation produces result of Indexable type.
|