UNPKG

workerhelp

Version:

基于Node.js worker_threads 的轻量级跨线程RPC通信模块,支持主线程与Worker线程之间的异步方法调用。

13 lines (12 loc) 368 B
{ "name": "workerhelp", "version": "1.0.3", "description": "基于Node.js worker_threads 的轻量级跨线程RPC通信模块,支持主线程与Worker线程之间的异步方法调用。", "main": "index.js", "scripts": { "test": "main.test.js" }, "keywords": ["worker_threads", "rpc", "cross-thread","Mutex"], "author": "", "license": "ISC" }