Hacker News new | ask | show | jobs
by bheadmaster 870 days ago
> In what cases would you want multi-threading in javascript?

In all of them - JavaScript is mostly used for asynchronous programs, which are easily parallelizable. There's no reason not to want multi-threading.