Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Asynchronous Programming in Rust

    Posted By: viserion
    Asynchronous Programming in Rust

    Carl Fredrik Samson, "Asynchronous Programming in Rust: Learn Asynchronous Programming by Building Working Examples of Futures, Green Threads, and Runtimes"
    English | ISBN: 1805128132 | 2024 | True PDF | 306 pages | 7 MB

    Get a fundamental understanding of asynchronous programming and Rust's futures by working through examples that show you how everything really works

    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.

    Table of Contents
    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
    Chapter 9: Coroutines, Self-Referential Structs, and Pinning
    Chapter 10: Creating Your Own Runtime
    Index
    Other Books You May Enjoy
    Authors
    Carl Fredrik Samson is a popular technology writer and has been active in the Rust community since 2018. He has an MSc in Business Administration where he specialized in strategy and finance. When not writing, he's a father of two children and a CEO of a company with 300 employees. He's been interested in different kinds of technologies his whole life and his programming experience ranges from programming against old IBM mainframes to modern cloud computing, using everything from assembly to Visual Basic for Applications. He has contributed to several open source projects including the official documentation for asynchronous Rust.