Skip to main content

Module task_dependency

Module task_dependency 

Source
Expand description

Task dependency modelling for oximedia-workflow.

Provides DependencyKind classification, TaskDependency edges, and a DependencyResolver that performs a topological sort to determine correct execution order and parallelism opportunities.

Structs§

DependencyResolver
Resolves a set of TaskDependency edges into a topologically-sorted execution order, detecting cycles.
TaskDependency
A directed edge from one task to another in a dependency graph.

Enums§

DependencyKind
Nature of the relationship between a predecessor and a successor task.