MCPcopy 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
3const net = require('net');
4const RpcWorkerPool = require('./rpc-worker.js');

Callers

nothing calls this directly

Calls 2

execMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected