HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Iujia

no profile record

コメント

Iujia
·12 か月前·議論
Is this interpretation correct?

My original understanding was that asynchrony refers to a behavior — specifically, the non-blocking execution of code.

However, the article defines asynchrony as a capability — the ability to perform non-blocking operations, though it can also execute in a blocking manner depending on the I/O.

The new I/O design decouples the capability from the behavior of whether or not to use it, effectively addressing the function coloring problem.