InterviewSolution
Saved Bookmarks
| 1. |
What is a thread pool and which library handles it in Node.js |
|
Answer» The Thread pool is handled by the libuv library. libuv is a multi-platform C library that provides SUPPORT for asynchronous I/O-based OPERATIONS such as FILE SYSTEMS, networking, and concurrency. Thread Pool |
|