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

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
16 explicit StageMailbox(std::size_t capacity = 0) : inbox(capacity) {}
18};
19
20} // namespace simaai::neat::graph::runtime

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.