|
|
|
|
|
by dmitrygr
1945 days ago
|
|
Default in linux is read()/write() and be blocked. Doing async is a lot more work and until relatively (to NT timelines) recently quite limited (select). On NT the standard way is async, and doing things in the block-and-wait way is abnormal and unusual. Defaults matter. Because that's what most people will do. |
|