LibCoder

Async Rust: Unleashing the Power of Fearless Concurrency

1C Agda Rust
Async Rust: Unleashing the Power of Fearless Concurrency
Дата выхода: 2025
Издательство: O’Reilly Media, Inc.
Количество страниц: 264
Размер файла: 1,3 МБ
Тип файла: PDF
Добавил: LibCoder
Оглавление
Chapter....8Chapter....9Chapter....10

Описание

Ниже — практический обзор по теме «async».

This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. 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 also programming book solve problems learn

Частые вопросы

Можно ли скачать «Async Rust: Unleashing the Power of Fearless Concurrency» бесплатно?

Да, «Async Rust: Unleashing the Power of Fearless Concurrency» доступна для бесплатного скачивания на нашем сайте в формате PDF. Ссылка на файл находится на этой странице.

В каком формате и какого размера файл?

Книга предоставляется в формате PDF, размер файла 1,3 МБ.

Кто автор и когда вышла книга?

автор — Flitton Maxwell , Morton Caroline, издательство O’Reilly Media, Inc., год выпуска 2025, 264 страниц.

О чём книга «Async Rust: Unleashing the Power of Fearless Concurrency»?

Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony.

Похожие материалы