Module ipc

Module ipc 

Source
Expand description

IPC message utilities for daemon-based plugins

Provides generic serialization patterns and daemon process management.

Structs§

DaemonSpawnConfig
Configuration for spawning a daemon process

Functions§

receive_message
Receive and deserialize a message from an IPC stream
send_message
Send a serialized message over an IPC stream
spawn_daemon_process
Spawn the daemon as a detached background process