Is it possible to fork a javascript function in Node.js?

Viewed 9225

I try to execute a long run function from my main javascript file. I have 2 cpus so how can I just fork a function ?

2 Answers
Related