Jump to content

Creating a Chat Server with async Rust and Tokio


Recommended Posts

[img]https://c.radikal.ru/c09/2109/9a/d6dfa4a6f17c.jpg[/img]
[b]Creating a Chat Server with async Rust and Tokio[/b]
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 53m 43s | Size: 2.74 GB
Building a chat server is a great way to learn the Tokio library because a chat server forces you to think about concurrent IO, which is the core purpose of Tokio. Lily demonstrates how you can spawn background tasks to manage independent network streams, and use tokio::select! to concurrently poll tasks which require a shared state. The lessons learned here can be applied generally to all kinds of asynchronous coding challenges in Rust.
From the author of Refactoring to Rust.

[code]
https://nitro.download/view/A9DB3D3295879E2/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part1.rar
https://nitro.download/view/94E07DC04089A8F/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part2.rar
https://nitro.download/view/E1DFF8BF0DFEFFC/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part3.rar

https://rapidgator.net/file/67e745b87930f97be85995d8626f6aa8/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part1.rar.html
https://rapidgator.net/file/dc026eab36b8b859131bb21ba2a626c3/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part2.rar.html
https://rapidgator.net/file/673187381d718d1f7deb0400fa5ff81b/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part3.rar.html

https://uploadgig.com/file/download/7a29c94F2fca846d/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part1.rar
https://uploadgig.com/file/download/1afbe8f9d4D8cD99/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part2.rar
https://uploadgig.com/file/download/22d07310bBaA8585/_Creating_a_Chat_Server_with_async_Rust_and_Tokio.part3.rar
[/code]


Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...