|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Thrown by the engine when a run is cancelled mid-flight via CancelToken::cancel().
More...
#include <cancel.h>
Inherits std::runtime_error.
Thrown by the engine when a run is cancelled mid-flight via CancelToken::cancel().
Surfaces at the run_async / run_stream_async awaitable's completion, and through the pybind binding's asyncio.Future as a RuntimeError("run cancelled") (which the asyncio task wrapper generally consumes silently after the upstream Future.cancel() already transitioned the future to CANCELLED).