Skip to content

Adjust thread pool priority

Compare
Choose a tag to compare
@p-lr p-lr released this 19 Nov 17:42
· 189 commits to master since this release

Previous version was using THREAD_PRIORITY_LOWEST, which can lead to UI hang on some emulators, while THREAD_PRIORITY_BACKGROUND has similar positive impact on overall responsiveness on low-end devices while not having this side effect.