I\'m having trouble keeping my app responsive to user actions. Therefore, I\'d like to split message processing between multiple threads.
Can I simply create severa
Create the separate thread when processing the long operation i.e. keep it simple, the issue is with some code you are running that is taking too long, that's the code that should have a separate thread.