This is for u to play for fun to understand more about how event loop works. Event queues,
- timeout queues
- I/O queues
- check queues
- close handler queues
Two special queues
- next tick queue
- micro tasks queue
Promises
- native
- Q
- Bluebird
Install the plugin from npm
$ npm install
$ npm run start
what is the right sequence of the outputs for 2. ? and why?
We welcome pull requests! Please fork the repo and submit your PR.