Open lguminski opened 5 years ago
Do you want me to explain what happens in that example? I can try, but later.
My own Rust async programs (recent example) often also boil down to "some tricky combined stream is forwarded to a sink (which may also be tricky and combined)".
It was my fault. I misread the example. Now it is clear to me.
Thanks @vi for pointing me to your recent example. Studying it now.
Still the original async-client.rs example would probably benefit from having more comments. And the server as well (#170 )
This is a question related to one of your examples that I originally asked at the rust forum. According to another user, my doubts are justified, so I am reposting my question here: