Node.jsAdvanced
Worker Threads
Run CPU-intensive JavaScript in parallel threads without blocking the event loop. Each worker has its own V8 instance and communicates via message passing and SharedArrayBuffer.
Node.jsConcurrencyPerformanceCPU
View on Node.js
Opens official documentation at nodejs.org