Expand description
In-process memory IO types.
Structs§
- A bidirectional pipe to read and write bytes in memory.
- A unidirectional pipe to read and write bytes in memory.
Functions§
- Create a new pair of
DuplexStream
s that act like a pair of connected sockets. - Creates unidirectional buffer that acts like in memory pipe.