Expand description
IPC message utilities for daemon-based plugins
Provides generic serialization patterns and daemon process management.
Structs§
- Daemon
Spawn Config - 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