node-concurrent-worker-tasks
Version:
This library provides a solution for managing concurrent tasks in a Node.js environment. It leverages a combination of worker threads organized into a pool and a task queue system to efficiently execute tasks, ensuring optimal utilization of system resour
28 lines (27 loc) • 584 B
JSON
{
"name": "node-concurrent-worker-tasks",
"version": "0.1.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beeplaced/node-concurrent-worker-tasks.git"
},
"keywords": [
"node.js",
"worker_treads",
"workerpool",
"taskqueue"
],
"author": "beeplaced",
"license": "MIT",
"bugs": {
"url": "https://github.com/beeplaced/node-concurrent-worker-tasks/issues"
},
"dependencies": {
"os": "^0.1.2"
}
}