[removed] 4 months ago
[deleted]
nathanappere 4 months ago

It does if you have blocking calls or you cannot yield to the event loop in time consuming code.

ummonk 4 months ago

Are you asserting that single threaded execution of concurrent code is just as performant as multi-process execution?

  • Towaway69 4 months ago

    Concurrency isn’t possible if there is only a single thread is my interpretation.

    • hotpocket777 4 months ago

      That is not true at all. Concurrency is a way of writing programs and is an orthogonal concern to how the program gets executed.