# Thread_pool **Repository Path**: unlyrical/thread_pool ## Basic Information - **Project Name**: Thread_pool - **Description**: 线程池是管理线程的容器,核心作用是复用线程、控制并发数、降低资源消耗,是并发编程中优化性能的常用工具。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-28 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thread_pool #### 介绍 线程池是管理线程的容器,核心作用是复用线程、控制并发数、降低资源消耗,是并发编程中优化性能的常用工具。 [线程池详解(c++手撕线程池)-CSDN博客](https://blog.csdn.net/2403_87663181/article/details/155389638?sharetype=blogdetail&sharerId=155389638&sharerefer=PC&sharesource=2403_87663181&spm=1011.2480.3001.8118)