[ ] The runtime checker is implemented in its own module and object with a neat interface to the a2ui.
[x] It does not interrupt the main thread
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 ...
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 ...