Expand description
Single-task pipeline coordinator on the dedicated laminar-compute thread.
Source task (main runtime) ──MAsyncTx──► StreamingCoordinator
│ execute_cycle / write_to_sinks
▼ SinksStructs§
- Streaming
Coordinator - Single-task pipeline coordinator — no core threads.
- Streaming
Coordinator Runtime - Stable owner for source generations constructed through
StreamingCoordinator::new.
Enums§
- Exit
Reason - Why
StreamingCoordinator::runreturned.