From d90cecd285fe9f9acd22c1a66b235bd9babe99fb Mon Sep 17 00:00:00 2001 From: pretzelhammer <7769424+pretzelhammer@users.noreply.github.com> Date: Sat, 25 May 2024 13:11:03 -0400 Subject: [PATCH] adds discuss links --- posts/chat-server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/posts/chat-server.md b/posts/chat-server.md index 6d54c55..46a4da5 100644 --- a/posts/chat-server.md +++ b/posts/chat-server.md @@ -1859,6 +1859,9 @@ We learned a lot! The final full code for the server is [here](https://github.co Discuss this article on - [Github](https://github.com/pretzelhammer/rust-blog/discussions/75) +- [official Rust users forum](https://users.rust-lang.org/t/beginners-guide-to-concurrent-programming-coding-a-multithreaded-chat-server-using-tokio/110976) +- [learnrust subreddit](https://www.reddit.com/r/learnrust/comments/1cmebbo/beginners_guide_to_concurrent_programming_coding/) +- [rust subreddit](https://www.reddit.com/r/rust/comments/1cnz9p9/beginners_guide_to_concurrent_programming_coding/) ## Further reading