Aug 31, 2018 · 1 min read
Yes, this is possible. This depends on how long does it take to process the next tick queue. next tick queue is processed outside the event loop context, and also it is processed before the event loop starts. And the loop time is calculated within libuv after processing the initial next tick queue. Therefore, this is possible.
