Back to Developer Roadmap

process.nextTick()

src/data/roadmaps/nodejs/content/[email protected]

4.0626 B
Original Source

process.nextTick()

Every time the event loop takes a full trip, we call it a tick. When we pass a function to process.nextTick(), we instruct the engine to invoke this function at the end of the current operation before the next event loop tick starts.

Visit the following resources to learn more: