Nodejs worker threads shared object

33 views Asked by At

I have an object in the main thread. What's the best way to allow a worker thread to be able to read that object? Note that the object changes multiple times per second.

0

There are 0 answers