|
|
|
|
|
by dmitriid
1848 days ago
|
|
> Saying that JavaScript is single threaded isn't accurate anymore. Even the article we just read mentions that you can run multiple threads with WebWorkers This doesn't make Javascript multithreaded. It means you run single-threaded programs in separate containers and pass messages between them. |
|