top | item 43802291 (no title) inglor | 10 months ago A node worker_thread is not a thread either though :] discuss order hn newest cstrahan|10 months ago Right at the top of the docs for worker_threads:> The node:worker_threads module enables the use of threads that execute JavaScript in parallel.Now that it doesn’t say “concurrent”, it says “parallel”. This implies that multiple threads are involved. remram|10 months ago Really? The docs make it seems like it is: https://nodejs.org/api/worker_threads.html#worker-threads
cstrahan|10 months ago Right at the top of the docs for worker_threads:> The node:worker_threads module enables the use of threads that execute JavaScript in parallel.Now that it doesn’t say “concurrent”, it says “parallel”. This implies that multiple threads are involved.
remram|10 months ago Really? The docs make it seems like it is: https://nodejs.org/api/worker_threads.html#worker-threads
cstrahan|10 months ago
> The node:worker_threads module enables the use of threads that execute JavaScript in parallel.
Now that it doesn’t say “concurrent”, it says “parallel”. This implies that multiple threads are involved.
remram|10 months ago