[][src]Crate ipc_communication

IPC communication helper crate.

Structs

Client

A "client" capable of sending requests to processors.

Communication

A helper structure that contains communication objects.

PanicError

Thread panic error.

Processor

Requests processor.

Processors

Request processors.

ProcessorsHandle

Processors handler.

Enums

Error

IPC communication error.

Never

Non-constructible helper data type, just like !, but works on stable.

ParallelRunError

An error that happened during a parallel execution of processors.

Functions

communication

Sets up communication channels for a given request-response pairs.