# ThreadPool **Repository Path**: cyx20080216/ThreadPool ## Basic Information - **Project Name**: ThreadPool - **Description**: A C++ thread pool, like the ThreadPoolExecutor in Java - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-19 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThreadPool A C++ thread pool, like the ThreadPoolExecutor in Java --- # How to use Just add `threadpool.h` and `threadpool.cpp` into your project,then add `#include"threadpool.h"`. You can read the source to learn how to use the API.It is very easily to read although there are no annotation.