Study note

Introduction - Asynchronous Programming in Rust

Properties

Type
Blogs
Status
待读
Domain
Rust
Category
并发、异步与运行时
Source
rust-lang.github.io
Vault note
library/articles/rust/Introduction---Asynchronous-Programming-in-Rust-a4f4c8476c1254ee.md

Summary

Rust 官方 async book,介绍 async/await、Future、executor、pinning、streams、并发组合和生态实践。

Highlights

适合作为 async Rust 的正式入门材料,和 Tokio 文档互补。

Comments

Loading comments...