thread pool size can be determined with UV_THREADPOOL_SIZE.
Worker_thread can create threads dynamically in runtime.
Is this a only difference between thread pool and worker thread?
Recently, I'm so curious about node.js! Can anyone tell me differences between thread pool and worker thread plz...?
Also, I heard when worker_threads are created they also have v8 and eventloop their own.
Then, would it be more efficient to define thread pool size using UV_THREADPOOL_SIZE?