Structs§
- Async
Stream Pipe - OutOf
Process Setup Params - Pipe
Actor - Pipe
Params - Initialization parameters for
PipeActor
. - Stream
Pipe
Enums§
Traits§
- Async
Pipe - Simple communication channel to send/recv objects over an async stream.
- Async
Write Debug - 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). - Pipe
Message Client - The custom client trait for this message type.
- Pipe
Message Handler - The custom handler trait for this message type.
- Write
Debug
Functions§
- create_
local_ pipe - Return a pair of parent/child pipes connected via unbounded tokio mpsc queues.