ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

beautify RuntimeChecker #148

Closed ewerybody closed 6 years ago

ewerybody commented 7 years ago

Expected Behavior

Current Behavior

It's all stuffed into the a2ui code and constantly interrupts the main thread. The interruption is due to the tick function in the QThread object. I first thought any function there would be inside the thread. Turns out it's just anything that happens in the run() method ...