(worker, message, handle, cb)
| 353 | } |
| 354 | |
| 355 | function send(worker, message, handle, cb) { |
| 356 | return sendHelper(worker.process, message, handle, cb); |
| 357 | } |
| 358 | |
| 359 | // Extend generic Worker with methods specific to the primary process. |
| 360 | Worker.prototype.disconnect = function() { |
no test coverage detected