tokio
1.46.1
Module write
Module Items
Structs
Functions
In tokio::
io::
util
tokio
::
io
::
util
Module
write
Copy item path
Source
Structs
§
Write
A future to write some of the buffer to an
AsyncWrite
.
Functions
§
write
🔒
Tries to write some bytes from the given
buf
to the writer in an asynchronous manner, returning a future.