EUREKAR
Eurekar·TOP
捕捉真实世界的英语信号
33信息来源
13,353精选文章
168单词卡片
18照片图片
全部8,595口语2,138题库9,066免费1,135帖子4,467新闻1,602hackernews1,241techmeme765tmz673slashdot591techcrunch549arstechnica472随笔330外刊291Cards168sethgodin110simonwillison100information23图片18
← 返回

A Design Space Exploration of Async/Await

2026-09-13 hackernews

← 上一篇返回列表下一篇 →

# A Design Space Exploration of Async/Await

# (翻译暂不可用)

405 points · 116 comments | 作者: wcrichton | 原文: news.ycombinator.com

时间: 2026-09-09T13:59:50Z


### 热门评论

1. [flossly]

In my last project (Kotlin; web app) I've decided against async (coroutines).I just want to keep it simple.Async "infects" you code: for it to bring benefits your whole codebase needs to be doing it (ingesting requests, db calls, web API calls).Due to this we see "split" stacks in programming languages: one lib stack for synchronous, and one for async.I did not think the benefits of better performance under load is worth the mental overhead of doing async everywhere.

⋯ 继续阅读请开通会员 ⋯

🔒

MEMBERS ONLY

这篇是会员专享内容,你看到的是预览段。

会员每天解锁 6000+ 篇真实英语素材——双语科技、口语、外刊、单卡,不设上限。

年会员 ¥365 —— 一天一块钱,续费一直能用。

了解会员 →

已是会员?点此登录解锁全文。

← 上一篇返回列表下一篇 →