Module zellij_utils::ipc[][src]

Expand description

IPC stuff for starting to split things into a client and server model.

Structs

Receives messages on a stream socket, along with an ErrorContext.

Sends messages on a stream socket, along with an ErrorContext.

Enums