Skip to content

Nedvedyy/eventLoopDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published