GraphRunOptions Struct
Declaration
struct simaai::neat::graph::GraphRunOptions { ... }
Included Headers
#include <GraphRun.h>
Public Member Attributes Index
| std::size_t | edge_queue = 256 |
| int | push_timeout_ms = 5000 |
| int | pull_timeout_ms = 50 |
| RunOptions | pipeline |
Definition at line 24 of file GraphRun.h.
Public Member Attributes
edge_queue
|
Definition at line 26 of file GraphRun.h.
26 std::size_t edge_queue = 256;
pipeline
|
Definition at line 31 of file GraphRun.h.
pull_timeout_ms
|
Definition at line 30 of file GraphRun.h.
30 int pull_timeout_ms = 50;
push_timeout_ms
|
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.