feat: portRPC

- port를 이용해서 worker_thread간 RPC 호출 가능
- 호출, 호출반환은 ArrayBuffer를 이용
- 호출당 100us
This commit is contained in:
2024-03-09 04:06:21 +00:00
parent 04e76ddd9d
commit a5f5fb00ba
2 changed files with 113 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
export { UniqueNumberAllocator, type StateIncrementer } from './UniqueNumberAllocator.js';
export * from './StartSession.js';
export * from './StartSession.js';
export * from './portRPC.js';