Exhausts the micro-task queue (i.e., tasks in Node.js scheduled with process.nextTick()).
process.nextTick()
Exhausts the micro-task queue (i.e., tasks in Node.js scheduled with
process.nextTick()
).