Module ipc

Module ipc 

Source

Re-exports§

pub use server::run_ipc_server;

Modules§

server

Functions§

pipe_name
Construct the named-pipe path for a given data-dir hash. Format: \\.\pipe\agentmux-{hash16}\command.
srv_pipe_name
Phase E.1b — srv-side pipe path. Same data-dir hash as the launcher pipe (multi-instance scoping is identical), different leaf name. Both pipes coexist; subscribers connect to whichever reducer they need.