tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
231 stars 328 forks source link

Some edits for Tutorial: Shared State #768

Closed matildasmeds closed 2 months ago

matildasmeds commented 3 months ago

This PR has some "quick fixes", that I believe would be helpful for tokio users at large.

The best thing we could do I believe, however, would be to sanitize the examples, so that all the example code would have wrapped mutexes only, making it much less likely for tokio users to end up with problematic code.