# ThreadPool **Repository Path**: huangxyee/thread-pool ## Basic Information - **Project Name**: ThreadPool - **Description**: 基于cpp11的简易线程池 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于CPP11实现的线程池 ## 目录结构 . \ ├── main.cpp \ ├── Makefile \ ├── README.md \ ├── TaskQueue.hpp \ └── ThreadPool.hpp ## 构建 ```shell git clone https://gitee.com/huangxyee/thread-pool.git cd ThreadPool make ./main ```