文件名称:node-spawn-async:异步生成子进程
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-23 03:11:07
JavaScript
spawn-async:异步生成子进程 概要 var mod_spawnasync = require('spawn-async'); var worker = mod_spawnasync.createWorker({ 'log': log }); /* ... */ /* * "aspawn" is a simpler version of Node's execFile interface, closer to * execve(2) in the way arguments are specified, but buffering stdout and * stderr like Node's "exec" and "execFile". The main difference is that * the child is forked from a child pro
【文件预览】:
node-spawn-async-master
----lib()
--------spawn-async.js(5KB)
--------spawn-worker.js(818B)
----jsl.node.conf(6KB)
----LICENSE(1KB)
----test()
--------tst.basic.js(3KB)
--------tst.kill.js(1KB)
----README.md(6KB)
----Makefile(728B)
----Makefile.targ(8KB)
----.gitignore(13B)
----package.json(383B)