# ThreadPool **Repository Path**: Hz092811/thread-pool ## Basic Information - **Project Name**: ThreadPool - **Description**: 线程池的简单实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-27 - **Last Updated**: 2023-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 实现一个简单的线程池,支持linux和windows双系统 线程池的取出采用线性表,找到第一个可用的线程 example中有详细使用案例