Module srv_ipc

Module srv_ipc 

Source

Structs§

SrvIpcHandle
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_PATH is 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.