Skip to content

Graph Merging and Guards #9

@andrewCodeDev

Description

@andrewCodeDev

This is a way to make sub-graphs even more powerful. The subgraph macro by default creates a new scoped graph:

graph::@subgraph(...) {
    // on a separate graph
}

This is handy if you need to construct a leaf node for the upper level graph but it requires pre-computation. It has an even broader ability to destroy a graph if a failing operation could occur. This acts like scoped garbage collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions