mirror of https://github.com/axmolengine/axmol.git
bb2e0e372a
- Queue a priority operation in render thread, even through app in background - Please do logic in callback, don't update ui or any other render state usage ``` Director::getInstance()->getOpenGLView()->queueOperation([](void* param){ // do somethings for logic only(Don't update render state or UI) }); ``` |
||
---|---|---|
.. | ||
concurrentqueue.h |