Skip to main content

StageMailbox.h File

Single inbox per stage node. More...

Included Headers

#include "graph/StageExecutor.h" #include "graph/runtime/BlockingQueue.h" #include <cstddef>

Namespaces Index

namespacesimaai
namespaceneat
namespacegraph
namespaceruntime

Classes Index

structStageMailbox

Single thread-safe inbox the runtime delivers messages into for one stage. More...

Description

Single inbox per stage node.

File Listing

The file content with the documentation metadata removed is:

1
6#pragma once
7
10
11#include <cstddef>
12
14
26 explicit StageMailbox(std::size_t capacity = 0) : inbox(capacity) {}
28};
29
30} // namespace simaai::neat::graph::runtime

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.