MCPcopy Create free account
hub / github.com/W4G1/multithreading / postMessage

Method postMessage

src/node/polyfill.ts:72–74  ·  view source on GitHub ↗
(message: any, transfer: Transferable[])

Source from the content-addressed store, hash-verified

70 }
71
72 postMessage(message: any, transfer: Transferable[]) {
73 this._worker.postMessage(message, transfer);
74 }
75
76 terminate() {
77 this._worker.terminate();

Callers 6

submitMethod · 0.80
worker.tsFile · 0.80
polyfill.tsFile · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected