Skip to content

Test child_process methods within the blocked Event Loop

Notifications You must be signed in to change notification settings

peterdee/node-event-loop-blocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Event Loop blocking

This example demonstrates what happens with the child_process methods if they are being called inside of the blocked Event Loop.

Deploy

git clone https://github.com/peterdee/node-event-loop-blocking
cd ./node-event-loop-blocking

Launch

npm start

About

Test child_process methods within the blocked Event Loop

Topics

Resources

Stars

Watchers

Forks