Crate psup_json_rpc[][src]

Adapter for the process supervisor (psup) to serve JSON-RPC over a split socket.

Structs

Connected

Message sent to the supervisor when a worker is spawned and has connected to the IPC socket.

Enums

Message

Encodes whether an IPC message is a request or a response so that we can do bi-directional communication over the same socket.

Functions

serve

Read and write line-delimited JSON from a stream executing via a JSON RPC server.