Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 205 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 205 Bytes

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.