# ThreadPool **Repository Path**: zhou_xintong/thread-pool ## Basic Information - **Project Name**: ThreadPool - **Description**: 基于C++11标准实现的线程池,十分通用。支持不定参函数作为任务,核心功能已实现,其它细节功能可自行完善 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-26 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThreadPool #### 介绍 基于C++11标准实现的线程池,十分通用。支持不定参函数作为任务,核心功能已实现,其它细节功能可自行完善 ![线程池结构](https://foruda.gitee.com/images/1690359610385113753/27eb3e3b_7535467.png "屏幕截图")