node-threadpool icon indicating copy to clipboard operation
node-threadpool copied to clipboard

Node thread pools using worker threads

Results 7 node-threadpool issues
Sort by recently updated
recently updated
newest added

It appears there is a problem with the package published to npm. When I install with `npm install [email protected]`, I get the error referred to in #2. When I install...

its a great library which offers similar functionalities as java , it would be great if you could help me resolve this issue. C:\Users\SankethS\.gitbook\versions\3.2.3\node_modules\npm\node_modules\aproba\index.js:25 if (args[ii] == null) throw missingRequiredArg(ii)...

Which causes an install error if gitbook binary is not available on the machine.

``` C:\Code\test>npm i node-threadpool > [email protected] postinstall C:\Code\test\node_modules\node-threadpool > gitbook install 'gitbook' is not recognized as an internal or external command, operable program or batch file. npm WARN [email protected] No...

Hi, is it possibile to enable stdout in worker process? https://nodejs.org/api/worker_threads.html#worker_threads_worker_stdout In order to printout through master process. Thanks in advance

node v10.12.0 import { Executors } from "node-threadpool"; 6|server | ^ 6|server | SyntaxError: Unexpected token { 6|server | at new Script (vm.js:79:7) 6|server | at createScript (vm.js:251:10) 6|server |...

I know the `worker_threads` module is still experimental, but it would help to document best practices and good/bad use-cases for this module. For example, what is the recommended thread pool...