I have an application.It has an on / off button. When you click on "on" it will calculate some big algorithm and it will give the result in 10 seconds. When the algorithm is running (I don't want to wait 10 seconds) I want to stop it by clicking "off" but my app doesn't respond. It even doesn't handle the onclick event for "off" button. What can I do ??? Thanks
user2486334
问问题
79 次