# cppThreadPool **Repository Path**: long-xu/cppThreadPool ## Basic Information - **Project Name**: cppThreadPool - **Description**: C++实现的线程池,涉及以下知识点: decltype。 packaged_task。 make_shared。 mutex。 unique_lock。 notify_one。 future。 queue。 bind。 thread。 等等。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2024-03-18 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cppThreadPool C++ thread pool class