Expand description
IPC communication helper crate.
Modules§
Structs§
- Client
- A “client” capable of sending requests to processors.
- Client
Builder - An immutable clients builder.
- Communication
- A helper structure that contains communication objects.
- Panic
Error - Thread panic error.
- Processor
- Requests processor.
- Processors
- Request processors.
- Processors
Handle - Processors handler.
- Router
- Routs requests from IPC to internal processors.
Enums§
- Error
- IPC communication error.
- Loafer
Result - A result returned by a “loafer”.
- Parallel
RunError - An error that happened during a parallel execution of processors.
Functions§
- communication
- Sets up communication channels for a given request-response pairs.