|
|
|
|
|
by xxs
698 days ago
|
|
>I’d say that writing single-threaded code is far easier for _all_ people, even async code experts :) While 'async' is just a name, underneath it's epoll - and the virtual threads would not perform better than a proper NIO (epoll) server. I dont consider myself an 'async expert' but I have my share of writing NIO code (dare say not terrible at all) |
|