Creating a Chat Server with async Rust and Tokio /
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...
Autor principal: | |
---|---|
Autor Corporativo: | |
Formato: | Video |
Idioma: | Inglés |
Publicado: |
[Erscheinungsort nicht ermittelbar] :
Manning Publications,
2021
|
Edición: | 1st edition. |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Sumario: | 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. |
---|---|
Notas: | Online resource; Title from title screen (viewed April 6, 2021). |
Descripción Física: | 1 online resource (1 video file, circa 54 min.) |