Expand description
Task relationship graph Task relationship graph and visualization
This module provides comprehensive relationship tracking between async tasks, including spawning, channels, shared resources, data flow, and dependencies.
Structs§
- Graph
Stats - Statistics about the task graph
- Relationship
- A relationship between two tasks
- Task
Graph - Graph of task relationships
Enums§
- Relationship
Type - Types of relationships between tasks
Functions§
- global_
graph - Get the global task graph