Expand description
§Task Graph Management
This module implements a dependency graph system for managing complex multi-step task execution with support for parallelization, prioritization, and monitoring.
Structs§
- Resource
Requirements - Resource requirements for task execution
- Task
Config - Configuration for a task
- Task
Graph - Task
Graph Statistics - Task
Node - A single task node in the dependency graph
Enums§
- Task
Priority - Task priority levels
- Task
Status - Task execution status
- Task
Type - Task type categorization
Type Aliases§
- Dependency
Graph - Dependency graph for managing task relationships