Hacker News new | ask | show | jobs
by commonlisp94 1039 days ago
> it’s an obvious choice to use coroutines.

I agree, but the other choice is to have traditional threads of execution that block. This simple strategy has delivered more successful projects than any other.