Comment by lxe
[flagged]
[flagged]
It does if you have blocking calls or you cannot yield to the event loop in time consuming code.
That is not true at all. Concurrency is a way of writing programs and is an orthogonal concern to how the program gets executed.