# threadpool **Repository Path**: ge-bulin/threadpool ## Basic Information - **Project Name**: threadpool - **Description**: 一个拥有fixed模式和cached模式的线程池实现 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-23 - **Last Updated**: 2025-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## 编译动态库 ```shell make ``` ## 生成可执行测试文件 ```shell make test ```