Login
Roast topics
Find topics
Find it!
From:
夜天之书
(Uncensored)
subscribe
Why Async Rust
https://tisonkun.org/2023/11/06/trans-why-async-rust/
links
backlinks
Tagged with:
rust
async
天工开物
译文
Roast topics
Find topics
Roast it!
昨天的文章里,我介绍了 Async Rust 当前的实现以及一个实现 Async Runtime 需要了解的概念和现有的一些实践。 文章发出后,有评论称 Async Rust 创造性工作,没有可借鉴的经验。诚然,Rust 系统编程语言的定位就决定了它与其他有运行时的语言在设计时存在巨大的不同,同类语言 C 和 C++ 在异步编程方面,受限于语言的历史包袱,相关的支持往往以三方库而不是语言级的支持出现...