Module pipe

Source

Structs§

AsyncStreamPipe
OutOfProcessSetupParams
PipeActor
PipeParams
Initialization parameters for PipeActor.
StreamPipe

Enums§

PipeMessage

Traits§

AsyncPipe
Simple communication channel to send/recv objects over an async stream.
AsyncWriteDebug
Pipe
Simple communication channel to send/recv objects over a synchronous stream. NOTE: This synchronous specialization is mainly useful when wrapped w/ the PyPipe struct, which is also synchronous (via Python).
PipeMessageClient
The custom client trait for this message type.
PipeMessageHandler
The custom handler trait for this message type.
WriteDebug

Functions§

create_local_pipe
Return a pair of parent/child pipes connected via unbounded tokio mpsc queues.