Since node instances are created from the Julia side, and it depends on some external symbols of Julia, we need to start a new Julia thread for each node worker.
Some related n-api information:
https://nodejs.github.io/node-addon-examples/special-topics/context-awareness/
Since node instances are created from the Julia side, and it depends on some external symbols of Julia, we need to start a new Julia thread for each node worker.
Some related n-api information:
https://nodejs.github.io/node-addon-examples/special-topics/context-awareness/