atikahe / eventLoopDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Loop playground

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

Installation and run

Install the plugin from npm

$ npm install
$ npm run start

Some very interesting questions to answer

what is the right sequence of the outputs for 2. ? and why?

Contributing

We welcome pull requests! Please fork the repo and submit your PR.

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%