Node.js - Timers and Scheduling
Why does
process.nextTick callbacks run before setTimeout callbacks even if both are scheduled in the same phase?