DEV Community

Anjali Gurjar
Anjali Gurjar

Posted on

Phase

setImmediate() is processed in the Check handlers phase, while process.nextTick() is processed at the starting of the event loop and between each phase of the event loop.

Top comments (0)