Async Rust

Async Rust
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 264
Release :
ISBN-10 : 9781098149062
ISBN-13 : 1098149068
Rating : 4/5 (068 Downloads)

Book Synopsis Async Rust by : Maxwell Flitton

Download or read book Async Rust written by Maxwell Flitton and published by "O'Reilly Media, Inc.". This book was released on 2024-11-12 with total page 264 pages. Available in PDF, EPUB and Kindle. Book excerpt: Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async approach. You will also dive deeper into async runtimes, implementing your own ways in which async runtimes handle incoming tasks. Authors Maxwell Flitton and Caroline Morton also show you how to implement the Tokio software library to help you with incoming traffic, communicate between threads with shared memory and channels, and design a range of complex solutions using actors. You'll also learn to perform unit and end-to-end tests on a Rust async system. With this book, you'll learn: How Rust approaches async programming How coroutines relate to async Rust Reactive programming and how to implement pub sub in async rust How to solve problems using actors How to customize Tokio to gain control over how tasks are processed Async Rust design patterns How to build an async TCP server just using the standard library How to unit test async Rust By the end of the book, you'll be able to implement your own async TCP server completely from the standard library with zero external dependencies, and unit test your async code.


Async Rust Related Books

Async Rust
Language: en
Pages: 264
Authors: Maxwell Flitton
Categories: Computers
Type: BOOK - Published: 2024-11-12 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you
Asynchronous Programming in Rust
Language: en
Pages: 306
Authors: Carl Fredrik Samson
Categories: Computers
Type: BOOK - Published: 2024-02-09 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Get a fundamental understanding of asynchronous programming and Rust's futures by working through examples that show you how everything really works Key Feature
The Rust Programming Language, 2nd Edition
Language: en
Pages: 561
Authors: Steve Klabnik
Categories: Computers
Type: BOOK - Published: 2023-02-28 - Publisher: No Starch Press

DOWNLOAD EBOOK

With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust’s latest version, t
Rust for Rustaceans
Language: en
Pages: 282
Authors: Jon Gjengset
Categories: Computers
Type: BOOK - Published: 2021-12-21 - Publisher: No Starch Press

DOWNLOAD EBOOK

Master professional-level coding in Rust. For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming
Concurrency in C# Cookbook
Language: en
Pages: 205
Authors: Stephen Cleary
Categories: Computers
Type: BOOK - Published: 2014-05-15 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75