Skip to main content

export_task_graph_json

Function export_task_graph_json 

Source
pub fn export_task_graph_json<P: AsRef<Path>>(
    base_path: P,
) -> MemScopeResult<()>
Expand description

Export task graph JSON

This function exports the task graph including nodes (tasks) and edges (parent-child relationships).