Expand description
Source I/O thread adapter for thread-per-core mode.
Bridges an async SourceConnector to a core thread’s SPSC inbox.
Each source runs on a dedicated std::thread with a single-threaded
tokio runtime, pushing CoreMessage::Event into the target core’s
inbox after converting SourceBatch → Event.
Structs§
- Source
IoMetrics - Per-source metrics (lock-free atomic reads from any thread).
- Source
IoThread - Bridges an async
SourceConnectorto a core thread’s SPSC inbox.