这是一本电子书,旨在介绍 Rust 中 async/await
语法和异步运行时的原理和工作机制。
This is a book which aims to introduce the theory and mechanism of async/await
syntax and asynchronous runtime in the Rust.
在线阅读地址:https://night-cruise.github.io/async-rust/
克隆:
git clone https://github.com/night-cruise/async-rust.git
切换到项目目录:
cd async-rust
使用 mdbook 构建电子书:
mdbook build --open
这个项目使用 MIT 许可证,详细信息请查阅 LICENSE 文件。