Study note
Async in depth | Tokio - An asynchronous Rust runtime
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 并发、异步与运行时
- Source
- tokio.rs
- Vault note
library/articles/rust/Async-in-depth-Tokio---An-asynchronous-Rust-runtime-dd9023d3d59b16bc.md
Summary
Tokio 官方教程的 async 深入章节,解释 Future、poll、wake、executor 和 async/await 如何协作。
Highlights
适合从“会用 Tokio”进入“知道 Tokio 为什么这样工作”。
Comments
Loading comments...