RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::debug_abi::recursive_dependency_error Class Reference

Indicates that graph execution quiesced before a request completed. More...

#include <querygraph.hpp>

Inheritance diagram for rpnx::querygraph::debug_abi::recursive_dependency_error:

Detailed Description

Indicates that graph execution quiesced before a request completed.

This normally means the reachable nodes contain a dependency cycle with no runnable continuation capable of breaking it.

Definition at line 995 of file querygraph.hpp.

Constructor & Destructor Documentation

◆ recursive_dependency_error()

rpnx::querygraph::debug_abi::recursive_dependency_error::recursive_dependency_error ( )
inline

Definition at line 998 of file querygraph.hpp.


The documentation for this class was generated from the following file: