DEV Community

Discussion on: setTimeout vs setImmediate vs process.nextTick

 
logicmason profile image
Mark

I think they're FIFO, but I definitely wouldn't rely upon that behavior.

Re: using multiple cores, in that case you're probably running an instance of Node on each and using PM2.