# ThreadPool **Repository Path**: eterfree/ThreadPool ## Basic Information - **Project Name**: ThreadPool - **Description**: C++轻量级高并发线程池 - **Primary Language**: C++ - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/eterfree/ThreadPool - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2020-02-18 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: threadpool, Cpp17, cpp20 ## README # ThreadPool ## Introduction ThreadPool is a lightweight and highly concurrent thread pool for Eterfree library. ## Copyright Notice Copyright © 2017 CDU Innovation Studio. Some Rights Reserved. ## Source Code [Common.hpp](./Source/Common.hpp) [Condition.hpp](./Source/Condition.hpp) [DoubleQueue.hpp](./Source/DoubleQueue.hpp) [Thread.h](./Source/Thread.h) [Thread.cpp](./Source/Thread.cpp) [ThreadPool.h](./Source/ThreadPool.h) [ThreadPool.cpp](./Source/ThreadPool.cpp) ## Author name: 许聪 mailbox: solifree@qq.com CSDN:https://blog.csdn.net/xucongyoushan gitee: https://gitee.com/solifree github: https://github.com/SolifreeXu