I'm porting over an app in c sharp that uses the application.run() from windows forms to have an infinite loop without stalling the ui. I searched online for quite a while and can't find a way to stop the process of the code while also running the ui. Threading and Tasks have been useless for this job and I'm starting to think it is impossible. Any Help?
↧