Structs§
- SrvIpc
Handle - Handle held by main.rs for the host’s lifetime so the srv pipe connection stays open. Dropping it closes the pipe.
Functions§
- connect_
to_ srv - If
AGENTMUX_SRV_PIPE_PATHis set, connect, Register as Host, spawn a read loop that forwards srv events to all top-level renderers. Returns a handle to keep the connection alive.