Re: Breaking infinite loops / stopping code execution from C
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Breaking infinite loops / stopping code execution from C
- From: Lyndon Samson <samsonlyn@...>
- Date: 2002年8月20日 23:37:11 -0700 (PDT)
You have a few options
1. Change the VM loop continue test so that it checks a global var that you could set on a user interupt.
2. Run LUA in a separate thread and kill that thread on a user interrupt.
Do You Yahoo!?
HotJobs, a Yahoo! service - Search Thousands of New Jobs