Action Engine
Loading...
Searching...
No Matches
node_map.h File Reference

Detailed Description

Provides the NodeMap class for managing ActionEngine nodes.

The NodeMap class is a thread-safe map that manages a collection of AsyncNode instances, allowing for retrieval and insertion by node ID. It also supports custom chunk store factories for creating chunk stores.

#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include <absl/base/nullability.h>
#include <absl/base/thread_annotations.h>
#include <absl/container/flat_hash_map.h>
#include "actionengine/concurrency/concurrency.h"
#include "actionengine/nodes/async_node.h"
#include "actionengine/stores/chunk_store.h"

Go to the source code of this file.

Classes

class  act::NodeMap