Study note
Async/Await | Writing an OS in Rust
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 并发、异步与运行时
- Source
- os.phil-opp.com
- Vault note
library/articles/rust/Async-Await-Writing-an-OS-in-Rust-2d2acea7f560b09b.md
Summary
Writing an OS in Rust 中关于 async/await 的章节,在裸机/内核环境里解释 futures、executor 和异步任务。
Highlights
适合理解 async 不依赖大型 runtime 的本质,能看到最小 executor 如何工作。
Comments
Loading comments...