Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultithreadedJSBook/code-samples
/ actor.js
File
actor.js
ch6-actors/actor.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
3
const
net = require(
'net'
);
4
const
RpcWorkerPool = require(
'./rpc-worker.js'
);
Callers
nothing calls this directly
Calls
2
exec
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected