summaryrefslogtreecommitdiff
path: root/src/spawn_sync.h
Commit message (Collapse)AuthorAgeFilesLines
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-2/+2
| | | | | async, timer, prepare, idle and check handles no longer get a status parameter since they can never fail.
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-2/+2
| | | | fix #6899
* bindings: add spawn_sync bindingsBert Belder2014-02-101-0/+247
This implements a nested event loop that makes it possible to control a child process, while blocking the main loop until the process exits.