[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: newbie - try catch - array of struct - gc - loop terminated
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 29 Apr 2009 08:05:48 -0300
> The problem in your case might be that Lua has no native support for
> working with signals
But you can do it in C. The Lua standalone interpreter handles SIGINT signals
by setting up hooks to abort the running Lua program gracefully. See
http://www.lua.org/source/5.1/lua.c.html#docall