Module zellij_utils::ipc[][src]

Expand description

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

Structs

ClientAttributes
IpcReceiverWithContext

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

IpcSenderWithContext

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

Session

Enums

ClientToServerMsg
ClientType
ExitReason
ServerToClientMsg