tokio
1.46.1
Module mem
Module Items
Structs
Functions
In tokio::
io::
util
tokio
::
io
::
util
Module
mem
Copy item path
Source
Expand description
In-process memory IO types.
Structs
§
Duplex
Stream
A bidirectional pipe to read and write bytes in memory.
Simplex
Stream
A unidirectional pipe to read and write bytes in memory.
Functions
§
duplex
Create a new pair of
DuplexStream
s that act like a pair of connected sockets.
simplex
Creates unidirectional buffer that acts like in memory pipe.