# BROKEN_ThreadPool **Repository Path**: hackerios/BROKEN_ThreadPool ## Basic Information - **Project Name**: BROKEN_ThreadPool - **Description**: 兼容Windows API或C++ 11 的线程池 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BROKEN_ThreadPool #### 介绍 C++ 11 封装的简易线程池 #### 软件架构 软件架构说明 包括BROKEN_ThreadPool 类以及 WorkThread 类 #### 使用说明 1. 继承BROKEN_Task类,并重写executeTask成员函数,实现线程池自动调用executeTask();