UNPKG

workerjs

Version:

Server Web Workers for node.js that work

7 lines (6 loc) 178 B
var x = 42; importScripts('./test/fixtures/imported.js'); var y = myfunc(x); self.onmessage = function (msg) { self.postMessage({ msg: 'hello', y: y, received: msg.data }); };