Concurrency in CPU-bound Tasks in Node.js

Question: When you run 2 Effects that is CPU bound (non I/O operation) in Node.js with concurrency option set to 2, will it execute in parallel?
Was this page helpful?