General-purpose multi-threading library for javascript.
npm install threadpool-js_threadpool.js_ is aimed to be a general-purpose multi-threading library for Javascript.
Its key features are portability and ease of use. The library can either be used in a stand-alone fashion or as a require.js module.
You can add threadpool-js to your project using npm or bower:
``bash`
npm install --save threadpool-jsor
bower install --save threadpool-js
Or just by adding this script tag:
`html`
Include the library at first. Just add the threadpool.js file to your project and include it per