Study note

Asynchronous Programming in Rust : Learn asynchronous programming by building working examples of futures, green threads, and runti

Properties

Type
Books
Status
想读
Domain
Rust
Category
并发、异步与运行时
Source
book.douban.com
Vault note
library/books/rust/Asynchronous-Programming-in-Rust-Learn-asynchronous-programming-by-building-work-94a06bf04c9e9474.md

Summary

用可运行例子讲异步编程基础,先比较 goroutine、fiber、future、callback 等程序流模型,再进入 epoll、栈式协程、绿色线程、Rust future/generator 和 reactor-executor 模式。

Highlights

最后会亲手构建 runtime,适合把 Rust async 从“会用 Tokio”推进到理解 future、调度器和运行时设计。

Notes

Carl Fredrik Samson;2024-2。

Comments

Loading comments...