Skip to content

Graph Merging and Guards #9

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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