Module zng_view_api::ipc
source · Expand description
IPC types.
Structs§
- Channel disconnected error.
- Event channel entry-point.
- Immutable shared memory that can be send fast over IPC.
- Bytes receiver.
- Bytes sender.
- Requests channel end-point.
- Responses channel entry-point.
- Channels that must be used for implementing a view-process.
Functions§
- Create a bytes channel.
- Start the view-process server and waits for
(request, response, event)
.