summaryrefslogtreecommitdiff
path: root/src/spawn_sync.cc
AgeCommit message (Collapse)Author
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
fix #6899
2014-02-10bindings: add spawn_sync bindingsBert Belder
This implements a nested event loop that makes it possible to control a child process, while blocking the main loop until the process exits.