Have a personal or library account? Click to login
Asynchronous Programming in Rust: Learn asynchronous programming by building working examples of futures, green threads, and runtimes Cover

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

Paid access
|Feb 2024
Table of contents

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

PDF preview is not available for this content.

PDF ISBN: 978-1-80512-662-1
Publisher: Packt Publishing Limited
Copyright owner: © 2024 Packt Publishing Limited
Publication date: 2024
Language: English
Pages: 306
Asynchronous Programming in Rust