node-worker-nodes icon indicating copy to clipboard operation
node-worker-nodes copied to clipboard

document promise behaviour

Open MariusAlch opened this issue 7 years ago • 1 comments

workerNodes.call : Proxy

This exposes the api of a module that the worker nodes are working on. If the module is a function, you can call this directly. If the module exports multiple functions, you can call them as they were properties of this proxy.

Kind: instance property of WorkerNodes

nothing is mentioned about promises, and the example shows usage of promises

MariusAlch avatar Aug 18 '17 18:08 MariusAlch

Hi Marius! Good point! I'll make this info more descriptive.

kwiatkk1 avatar Sep 05 '17 09:09 kwiatkk1