Open abraker95 opened 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.
Currently being worked around via multithreading. See CmdUtils.threaded
CmdUtils.threaded
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.