async-std 0.99.11

Async version of the Rust standard library
Documentation
1
2
3
4
5
6
7
8
9
# Introduction

![async-std logo](./images/horizontal_color.svg)

This book serves as high-level documentation for `async-std` and a way of learning async programming in Rust through it. As such, it focuses on the `async-std` API and the task model it gives you.

Please note that the Rust project provides its own book on asynchronous programming, called ["Asynchronous Programming in Rust"][async-book], which we highly recommend reading along with this book, as it provides a different, wider view on the topic.

[async-book]: https://rust-lang.github.io/async-book/