Closed chetandev closed 7 years ago
Hi can anyone please tell me how should i include a npm module in threadpool?
Not easily. If you would like to require() native modules in a worker, please consider using the process-based tiny-worker instead. It does not use threads, but the WebWorker API is compatible.
Hi can anyone please tell me how should i include a npm module in threadpool?