# ThreadPool **Repository Path**: dora2/ThreadPool ## Basic Information - **Project Name**: ThreadPool - **Description**: c++. This is an across-platform ThreadPool, implemented with C++11. single-thread&multi-task / multi-thread&multi-task supported. If cocos-2d-x engine used, you can use "PerformInCocosThread" to run UI-RenderTask in your sub Thread from pool. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2016-04-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LThreadPool A across platform ThreadPool for non-UI render tasks, implemented with C++11. If cocos-2d-x engine used, you can use "PerformInCocosThread" to run UI-RenderTask in your sub Thread from pool.