Expand description
Thread-per-core runtime managing N CoreHandles and their source I/O threads.
The TpcRuntime is the entry point for TPC mode. It spawns core threads,
attaches source connectors via SourceIoThreads, and provides a unified
interface for polling all core outboxes.
Structsยง
- TpcRuntime
- Thread-per-core runtime managing N
CoreHandles and their source I/O threads.