Module graph

Module graph 

Source
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§

GraphStats
Statistics about the task graph
Relationship
A relationship between two tasks
TaskGraph
Graph of task relationships

Enums§

RelationshipType
Types of relationships between tasks

Functions§

global_graph
Get the global task graph