|
|
|
|
|
by valand
921 days ago
|
|
See libuv and event loop. "Single threaded" is not a selling point of JS, but a statement of its limitation and it refers to how JS event loop is executed. Implementing multithreading doesn't make sense for some people unless they can attain the same "ease of use" of JS. |
|