Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
/ node-waitpid2 Public archive
forked from AvianFlu/node-waitpid

A node.js binding to the waitpid() syscall, for when you really just want to block and wait for a child process for a minute.

License

Notifications You must be signed in to change notification settings

joshiggins/node-waitpid2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-waitpid2

Originally forked from AvianFlu/node-waitpid changing the behaviour to be more like nature intended.

You should implement a blocking loop in your application to wait for a child process. You can do this asyncronously by passing WNOHANG as an option and using a timeout to call waitpid until the PID returned is -1.

About

A node.js binding to the waitpid() syscall, for when you really just want to block and wait for a child process for a minute.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 70.6%
  • JavaScript 15.6%
  • Python 13.8%