Notes:
- Text in [[ ]] are the internal libuv function call.
- Text in {{ }} are the Node functions that are affected.
- Text in ( ) are notes about what is happening.
- While the Windows event loop has minor variations, I don't believe any of those affect Node.
On process.nextTick()
: