Module mem

Source
Expand description

In-process memory IO types.

Structs§

DuplexStream
A bidirectional pipe to read and write bytes in memory.
SimplexStream
A unidirectional pipe to read and write bytes in memory.

Functions§

duplex
Create a new pair of DuplexStreams that act like a pair of connected sockets.
simplex
Creates unidirectional buffer that acts like in memory pipe.