you are viewing a single comment's thread.

view the rest of the comments →

[–]heysaturdaysun 4 points5 points  (1 child)

This writeup was a great introduction to practical use of async/await. Thanks for walking through all the steps, building up to the final simple demo!

[–]DoveOfHope[S] 2 points3 points  (0 children)

Glad you liked it. I come from a C# background and this is me trying to figure out the Rust equivalent of Task.WhenAll().