Expand description
Unix domain socket IPC for inter-instance communication
Replaces signal-based IPC with a proper message protocol. Provides reliable, bidirectional communication between instances.
Structs§
- IpcClient
- IPC client for sending commands to a running instance
- IpcServer
- IPC server that listens for commands from other instances
Enums§
- IpcCommand
- IPC commands that can be sent between instances
- IpcResponse
- IPC responses