Comment by ummonk
Are you asserting that single threaded execution of concurrent code is just as performant as multi-process execution?
Are you asserting that single threaded execution of concurrent code is just as performant as multi-process execution?
Concurrency isn’t possible if there is only a single thread is my interpretation.