NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
state.h File Reference

Thread-safe mutable graph state management. More...

#include <neograph/api.h>
#include <neograph/graph/types.h>
#include <mutex>
#include <shared_mutex>
#include <vector>
Include dependency graph for state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  neograph::graph::GraphState
 Thread-safe container for all graph state channels. More...
 

Detailed Description

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.