Module ipc

Module ipc 

Source
Expand description

IPC types.

Structs§

EventSender
Event channel entry-point.
IpcBytes
Immutable shared memory that can be send fast over IPC.
IpcBytesReceiver
Bytes receiver.
IpcBytesSender
Bytes sender.
RequestReceiver
Requests channel end-point.
ResponseSender
Responses channel entry-point.
ViewChannels
Channels that must be used for implementing a view-process.

Enums§

ViewChannelError
IPC channel with view-process error.

Functions§

bytes_channel
Create a bytes channel.
connect_view_process
Start the view-process server and waits for (request, response, event).