port_agent
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "port_agent", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A RPC-like facility for making inter-thread function calls.", | ||
@@ -30,3 +30,18 @@ "main": "./dist/index.js", | ||
"typescript": "^5.1.6" | ||
} | ||
}, | ||
"keywords": [ | ||
"api", | ||
"ipc", | ||
"concurrency", | ||
"marshall", | ||
"multithreaded", | ||
"multithreading", | ||
"parallelism", | ||
"rpc", | ||
"scalable", | ||
"thread", | ||
"threads", | ||
"web", | ||
"worker" | ||
] | ||
} |
11601