If a thread pool exists, how is Node.js single-threaded?
I’ve read some blog articles and documentation in Node.js’s official docs. They mention that Node.js uses threads from a thread pool when handling blocking tasks.
I’ve read some blog articles and documentation in Node.js’s official docs. They mention that Node.js uses threads from a thread pool when handling blocking tasks.