Expand description
IPC types.
Structs§
- Event
Sender - Event channel entry-point.
- IpcBytes
- Immutable shared memory that can be send fast over IPC.
- IpcBytes
Receiver - Bytes receiver.
- IpcBytes
Sender - Bytes sender.
- Request
Receiver - Requests channel end-point.
- Response
Sender - Responses channel entry-point.
- View
Channels - Channels that must be used for implementing a view-process.
Enums§
- View
Channel Error - 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).