logoalt Hacker News

inigyoutoday at 4:49 PM0 repliesview on HN

They are two different models and sometimes one is better than the other. Async tends to win for IO-bound code (due to using less memory for each blocked coroutine) and threads for CPU-bound code.