j-devel

Results 32 comments of j-devel

Yes! I have just added such an example (see https://github.com/w3reality/async-thread-worker/blob/master/examples/node/simple.js).

> what if I need the main script to not use `await` and wait for a response? I think that you can keep the `Promise`'s returned by `th.sendRequest(payload)`, and later,...