Crate ipc_server

Source

Structs§

IpcServer

Traits§

IpcServerCommand

Functions§

client_send
Serialize and write the command provided to the UnixStream at the socket_path provided. If there is an active IpcServer, it will receive and process this command upon polling.