abraker95 / ultimate_osu_analyzer

Python rewrite of my old osu analyzer that aims to be a lot more useful
MIT License
28 stars 1 forks source link

The IPython console is blocking #7

Open abraker95 opened 5 years ago

abraker95 commented 5 years ago

Which makes any loop freeze the gui. It is possible to make kernel run in another process and connect to it (see this). However, I don't know how to go about pushing variables from the gui into the kernel via that way.

abraker95 commented 5 years ago

Currently being worked around via multithreading. See CmdUtils.threaded