Asynchronous communication between 2 QThreads
I’m working on optimizing a PyQt application (to control tensile testing machine) that’s sometimes slow. The application uses two QThreads, both running in a loop with time.sleep inside.
I’m working on optimizing a PyQt application (to control tensile testing machine) that’s sometimes slow. The application uses two QThreads, both running in a loop with time.sleep inside.