add wrapper for uv_spawn
authorRyan Dahl <ry@tinyclouds.org>
Fri, 29 Jul 2011 22:22:21 +0000 (15:22 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 30 Jul 2011 01:03:44 +0000 (18:03 -0700)
commitf01b241057567818160f8cd4f58cf9cafdccf1ed
tree8a0eafc1e67504c5a3c77957eccc54cb4438d6a4
parent874260b40fefc03aec7638a736b004b3ca0c23f3
add wrapper for uv_spawn

process.binding('process_wrap')
src/node_extensions.h
src/pipe_wrap.cc
src/pipe_wrap.h [new file with mode: 0644]
src/process_wrap.cc [new file with mode: 0644]
test/simple/test-process-wrap.js [new file with mode: 0644]
wscript