-
|
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Apr 24, 2021
Replies: 1 comment
-
|
You do not necessarily need to implement it with a custom
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alishir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You do not necessarily need to implement it with a custom
Futurelikeio::copydoes, but it is certainly an option. Some other options are:io::copylike utility could also be written with async/await syntax using a loop ortokio::select!.AsyncReadwrapper that performs the conversion and use it with the ordinaryio::copy.