|
|
|
|
|
by reactordev
974 days ago
|
|
One would argue the best approach is non-blocking written in a blocking fashion for clarity. async/await instead of Promises and Thens. Most languages have this now. For the ones that don’t, they have pointers, so writing a thread pool event loop is trivial. |
|
I am very open to the argument that you should be able to do both. I'm even open to the idea that this is closer to preemptive multitasking. Where the manual version basically lost, and it is taking time for some of us to realize it. :)