lua-users home
lua-l archive

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


Hi Paul.

You can write a C function that is called by Lua which calls Lua again.
But Lua is not reentrant in a broader sense, I mean, you *cannot* write
a C function that calls Lua if this function is to be called by two
different threads of execution.

Regards,
-- cassino