tokio
1.41.1
Module read
Structs
Functions
In tokio::io::util
Module
tokio
::
io
::
util
::
read
Copy item path
source
·
[
−
]
Structs
§
Read
A future which can be used to easily read available number of bytes to fill a buffer.
Functions
§
read
🔒
Tries to read some bytes directly into the given
buf
in asynchronous manner, returning a future type.