| 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.
|
| 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.
|
| 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.
|