|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
Thread-safe mutable graph state management. More...
#include <neograph/api.h>#include <neograph/graph/types.h>#include <mutex>#include <shared_mutex>#include <vector>Go to the source code of this file.
Classes | |
| class | neograph::graph::GraphState |
| Thread-safe container for all graph state channels. More... | |
Thread-safe mutable graph state management.
GraphState manages all state channels used during graph execution. All read/write operations are thread-safe using a shared mutex, supporting concurrent node execution via Taskflow.
Definition in file state.h.