# ThreadPool.js **Repository Path**: lspCode/ThreadPool.js ## Basic Information - **Project Name**: ThreadPool.js - **Description**: A simple non-blocking Promise implementation using Web Worker - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThreadPool.js A simple non-blocking Promise implementation using Web Worker The implementation says everything: https://github.com/CarterLi/ThreadPool.js/blob/gh-pages/index.ts The article (Chinese): https://segmentfault.com/a/1190000012563475