Thread Pool
↔ fixed number of Threads availabe to run tasks with Concurrency
Concurrency
(feature) to execute parallel Instructions out-of-order w/o affect final result
References
Node.js Runtime
↔ JS Runtime Environ to execute JS outside Browser via JS Engine with C++ Bindings & Thread Pool