ZTM
Udemy Course - Complete NodeJS Developer.
Node.js
is installed ⚡- Prefered Code-Editor/IDE is installed (For example:
vscode
) ✍ - Terminal is ready 😎
Exercises for threads in node with node-module worker_threads
.
Run node application 🏎️💨
node threads.js
Result:
Main Thread! Process ID: 86178
Worker! Process ID: 86178
7,6,2,3 sorted is 2,3,6,7
Worker! Process ID: 86178
1,3,4,3 sorted is 1,3,3,4