bindings: add spawn_sync bindings
authorBert Belder <bertbelder@gmail.com>
Mon, 10 Feb 2014 20:22:06 +0000 (21:22 +0100)
committerBert Belder <bertbelder@gmail.com>
Mon, 10 Feb 2014 20:22:06 +0000 (21:22 +0100)
commitfa4eb47caacde4435c16f4ebef0c4f3fa001ccd2
tree76554f03374cecc9dc6331d841e23f5d2471f566
parentd58c206862dc4f4ffe364cab5bf6b69afc0a52df
bindings: add spawn_sync bindings

This implements a nested event loop that makes it possible to control
a child process, while blocking the main loop until the process exits.
node.gyp
src/env.h
src/spawn_sync.cc [new file with mode: 0644]
src/spawn_sync.h [new file with mode: 0644]