thread-priority

How to prioritize main pyqt5 thread in python3?

How to prioritize main pyqt5 thread in python3? Question: I have made a gui application with PyQt5 in python 3.8. But when I order from my GUI to perform heavy multithreaded CPU-intensive task (the gui thread isn’t engaged), the GUI becomes very non-responsive (most likely due to CPU being concentrated on worker tasks). My question …

Total answers: 1