I am trying to learn async io with rust, but I am awful when it comes to learn by reading. I am pretty sure the tokio documentation is great, but I an trying to learn by doing and I am finding the api to be a bit too complicated. So are there any other libraries that I can use for learning purposes, atleast get familiar with async io so the tokio api starts making sense to me?
1 Like
The alternative is to use just mio and build on top of that.
1 Like
Or to patiently wait for async/await to stabilize. Very patiently.