UNPKG
workerhelp
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
基于Node.js worker_threads 的轻量级跨线程RPC通信模块,支持主线程与Worker线程之间的异步方法调用。
workerhelp
/
package.json
13 lines
(12 loc)
•
368 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"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"
}