lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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/