Structs§
- WalReplicator
Actor - The WalReplicator actor. Processes control and data events in a single loop with biased select (control has priority). The data path is non-blocking because PrimarySender::send_to_all uses unbounded channels with per-secondary drain tasks (matching SF’s async dispatch model).