Module ipc

Module ipc 

Source
Expand description

IPC types.

Structs§

EventSender
Event channel entry-point.
RequestReceiver
Requests channel end-point.
ResponseSender
Responses channel entry-point.
ViewChannels
Channels that must be used for implementing a view-process.

Functions§

connect_view_process
Start the view-process server and waits for (request, response, event).