learning-nodejs icon indicating copy to clipboard operation
learning-nodejs copied to clipboard

There is no run_nextTick() in uv_run() function. But, How can nextTick callback function is processed between two phases ?

Open rpf5573 opened this issue 7 years ago • 0 comments

There are uv__run_timers() and uv__run_pending() in uv_run(). But, there isn't run_next_tick(). How can my callback function which I registered with process.nextTick( {callback} ) is processed between two phases( uv__run_timers() & uv__run_pending() ) ?

rpf5573 avatar Sep 25 '18 09:09 rpf5573