[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Calling Lua from C from Lua..
- From: Alex Queiroz <asandroq@...>
- Date: Thu, 19 Apr 2012 10:18:51 +0200
Hallo,
On Thu, Apr 19, 2012 at 10:16 AM, Marc Balmer <marc@msys.ch> wrote:
> Is it safe to call a Lua function from a C function that itself has been
> called from a Lua function (in the same state)?
>
It's safe, but you will not be able to yield across the C function
call with stock Lua.
--
-alex
http://www.artisancoder.com/