- Published on
- 7 min read
Superficially look at the worker_threads module in Node.js. In this post, we are going to take a look at the most trivial example (counting a big number).
Superficially look at the worker_threads module in Node.js. In this post, we are going to take a look at the most trivial example (counting a big number).
In this post, we will take a look at the Node.js EventLoop, process.nextTick, setImmediate.