where can I get the knowledge about tokio? for example which web site is about tokio?
I'd start with the tutorial:
The tokio blog is also a good read if you are looking to get more in-depth knowledge about how tokio works under the hood through posts like this gem:
Then of course there are the docs, which are really comprehensive:
And lastly you won't get around reading Alice's article on blocking the runtime and how you avoid doing so:
4 Likes