Skip to main content

GraphRunOptions Struct

Declaration

struct simaai::neat::graph::GraphRunOptions { ... }

Included Headers

#include <GraphRun.h>

Public Member Attributes Index

std::size_tedge_queue = 256
intpush_timeout_ms = 5000
intpull_timeout_ms = 50
RunOptionspipeline

Definition at line 24 of file GraphRun.h.

Public Member Attributes

edge_queue

std::size_t simaai::neat::graph::GraphRunOptions::edge_queue = 256

Definition at line 26 of file GraphRun.h.

26 std::size_t edge_queue = 256;

pipeline

RunOptions simaai::neat::graph::GraphRunOptions::pipeline

Definition at line 31 of file GraphRun.h.

pull_timeout_ms

int simaai::neat::graph::GraphRunOptions::pull_timeout_ms = 50

Definition at line 30 of file GraphRun.h.

push_timeout_ms

int simaai::neat::graph::GraphRunOptions::push_timeout_ms = 5000

Definition at line 28 of file GraphRun.h.

28 int push_timeout_ms = 5000;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.