threading
Posts
Links
07-07-2020- How to spawn a child process - the basics | Node.js 
- make module context-aware · Issue #1394 · Automattic/node-canvas - I've been experimenting with worker threads in node.js recently and noticed that the canvas module does not appear to be context-aware. In other words, the module will load/instantiate once, but as soon as another thread attempts to require canvas for it's own use, the following error is thrown: 07-07-2020
