process-worker-executor
Version:
将多进程和多线程封装为统一的 Async/Await 调用方式, 简化 IPC 消息通信的复杂性
35 lines (34 loc) • 831 B
JSON
{
"name": "process-worker-executor",
"version": "2.0.5",
"description": "将多进程和多线程封装为统一的 Async/Await 调用方式, 简化 IPC 消息通信的复杂性",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"files": [
"src/",
"README.md"
],
"repository": {
"type": "gitee",
"url": "https://gitee.com/fu-ws/process-worker-executor"
},
"keywords": [
"Process",
"Worker",
"Nodejs",
"多进程",
"多线程"
],
"author": "fubowen",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"pino": "^9.6.0",
"rotating-file-stream": "^3.2.5"
},
"devDependencies": {
"mocha": "^11.0.1"
}
}