Book description
Get a fundamental understanding of asynchronous programming and Rust's futures by working through examples that show you how everything really works
Key Features
- Master asynchronous Rust through examples focusing on key concepts
- Build a solid understanding of concepts such as coroutines, fibers, futures, and callbacks
- Explore Rust's futures, craft your own runtime, and excel in handling stacks, ABIs, syscalls, and inline assembly
- Purchase of the print or Kindle book includes a free PDF eBook
Book Description
Step into the world of asynchronous programming with confidence by conquering the challenges of unclear concepts with this hands-on guide. Using functional examples, this book simplifies the trickiest concepts, exploring goroutines, fibers, futures, and callbacks to help you navigate the vast Rust async ecosystem with ease.
You’ll start by building a solid foundation in asynchronous programming and explore diverse strategies for modeling program flow. The book then guides you through concepts like epoll, coroutines, green threads, and callbacks using practical examples. The final section focuses on Rust, examining futures, generators, and the reactor-executor pattern. You’ll apply your knowledge to create your own runtime, solidifying expertise in this dynamic domain. Throughout the book, you’ll not only gain proficiency in Rust's async features but also see how Rust models asynchronous program flow.
By the end of the book, you'll possess the knowledge and practical skills needed to actively contribute to the Rust async ecosystem.
What you will learn
- Explore the essence of asynchronous program flow and its significance
- Understand the difference between concurrency and parallelism
- Gain insights into how computers and operating systems handle concurrent tasks
- Uncover the mechanics of async/await
- Understand Rust's futures by implementing them yourself
- Implement green threads from scratch to thoroughly understand them
Who this book is for
This book is for programmers who want to enhance their understanding of asynchronous programming, especially those experienced in VM’ed or interpreted languages like C#, Java, Python, JavaScript, and Go. If you work with C or C++ but have had limited exposure to asynchronous programming, this book serves as a resource to broaden your knowledge in this area. Although the examples are predominantly in Rust, the intricacies of Rust’s futures are covered in detail. So, anyone with a keen interest in learning Rust or with working knowledge of Rust will be able to get the most out of this book.
Table of contents
- Asynchronous Programming in Rust
- Contributors
- About the author
- About the reviewer
- Preface
- Part 1:Asynchronous Programming Fundamentals
- Chapter 1: Concurrency and Asynchronous Programming: a Detailed Overview
- Chapter 2: How Programming Languages Model Asynchronous Program Flow
- Chapter 3: Understanding OS-Backed Event Queues, System Calls, and Cross-Platform Abstractions
- Part 2:Event Queues and Green Threads
- Chapter 4: Create Your Own Event Queue
- Chapter 5: Creating Our Own Fibers
- Part 3:Futures and async/await in Rust
- Chapter 6: Futures in Rust
- Chapter 7: Coroutines and async/await
-
Chapter 8: Runtimes, Wakers, and the Reactor-Executor Pattern
- Technical requirements
- Introduction to runtimes and why we need them
- Improving our base example
- Creating a proper runtime
- Step 1 – Improving our runtime design by adding a Reactor and a Waker
- Step 2 – Implementing a proper Executor
- Step 3 – Implementing a proper Reactor
- Experimenting with our new runtime
- Summary
- Chapter 9: Coroutines, Self-Referential Structs, and Pinning
- Chapter 10: Creating Your Own Runtime
- Index
- Other Books You May Enjoy
Product information
- Title: Asynchronous Programming in Rust
- Author(s):
- Release date: February 2024
- Publisher(s): Packt Publishing
- ISBN: 9781805128137
You might also like
book
Hands-On Concurrency with Rust
Get to grips with modern software demands by learning the effective uses of Rust's powerful memory …
book
Programming with Rust
Make Rust a key tool in your arsenal, and access one of the industry's fastest-growing areas …
book
Rust Web Programming
Adopt the Rust programming language by learning how to build fully functional web applications and services …
book
Async Rust
Already popular among programmers for its memory safety and speed, the Rust programming language is also …