# ThreadPool_old1 **Repository Path**: ayrz2010/ThreadPool_old ## Basic Information - **Project Name**: ThreadPool_old1 - **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**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **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.