Skip to content
This repository was archived by the owner on Sep 27, 2020. It is now read-only.

feat(visitor): support early termination #89

Description

@yxliang01

It's often that when we have visited interested nodes, the exploration doesn't need to continue. So, it would be great if early termination is supported. I'm thinking to define a class that users can throw inside the visitor. Then, the visitor function catches it and terminate normally. If this sounds good, I can contribute. :)

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