An open API service indexing awesome lists of open source software.

https://github.com/luislobo/process-next-tick-sample

This project explains the use of project.nextTick and the importance of using it in events.
https://github.com/luislobo/process-next-tick-sample

Last synced: 7 months ago
JSON representation

This project explains the use of project.nextTick and the importance of using it in events.

Awesome Lists containing this project

README

          

# Process Next Tick Sample

This project explains the use of project.nextTick and the importance of using it in events.

Give it a try running:

```bash
node testStreamLibrary.js
```

That sample will print nothing to the console, while running:

```bash
node testStreamLibraryRight.js
```

will print all events into the console.