Asynchronous Programming in Rust : Learn asynchronous programming by building working examples of futures, green threads, and runtimes - Carl Fredrik Samson

Asynchronous Programming in Rust

Learn asynchronous programming by building working examples of futures, green threads, and runtimes

By: Carl Fredrik Samson

Paperback | 9 February 2024

Sorry, we are not able to source the book you are looking for right now.

We did a search for other books with a similar title, however there were no matches. You can try selecting from a similar category, click on the author's name, or use the search box above to find your book.

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 goroutines, fibers, futures, and callbacks
  • Explore Rust's futures, craft your 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's 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 language implementations, explaining concepts like epoll, stackfull 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 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

  1. An Introduction to Asynchronous Programming
  2. Epoll, Kqueue and IOCP
  3. Epoll example
  4. Different strategies for modelling asynchronous program flow
  5. Stackfull Coroutines/Green Threads/Fibers [Example]
  6. Callbacks and promises [Example]
  7. Futures in Rust
  8. Coroutines and async/await
  9. Runtimes, Wakers, and the Reactor-Executor Pattern
  10. Coroutines, Self-Referential Structs, and Pinning
  11. Creating Your Own Runtime

More in Algorithms & Data Structures

Python for Algorithmic Trading : From Idea to Cloud Deployment - Yves Hilpisch
Learning Algorithms : A Programmer's Guide to Writing Better Code - George Heineman
Learning Spark : Lightning-Fast Data Analytics - Jules S. Damji

RRP $152.00

$66.25

56%
OFF
Rust Brain Teasers : The Pragmatic Programmers - Herbert Wolverson

RRP $36.00

$22.75

37%
OFF
Unicode Explained : O'Reilly Ser. - Jukka K. Korpela

RRP $114.00

$50.40

56%
OFF
Algorithms in C, Part 5 : 3rd Edition - Graph Algorithms - Robert Sedgewick
Programming Collective Intelligence : O'Reilly Ser. - Toby Segaran
Fundamentals of Python : Data Structures - Kenneth Lambert