|
cxxmcp 1.1.6
C++ MCP SDK
|
Configuration for the background request executor. More...
#include <request.hpp>
Public Attributes | |
| std::size_t | worker_count = 4 |
| std::size_t | max_queue_size = 256 |
Configuration for the background request executor.
The executor is used by RequestHandle::spawn() and by async request helpers that wrap blocking request paths in a background task. Defaults are tuned for local stdio/process-stdio MCP workloads.