# ThreadPool **Repository Path**: UncleDon/ThreadPool ## Basic Information - **Project Name**: ThreadPool - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThreadPool Common mutiple threads library. This is a head-only 3rd library. ## Usage Add the thread_pool.hpp to your project, and it all over down. ### Construction: default: Create 4 threads. param0 --- the count of threads you want to create. ### Function: Init(): Init all threads. Commit(): commit your mutiple task. Release(): Destroy all threads.