lua-users home
lua-l archive

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


Just saw lua_lock() and lthe description of it and ua_unlock() on stackoverflow:

http://stackoverflow.com/questions/3010974/purpose-of-lua-lock-and-lua-unlock

--
Oliver

Am 16.07.2014 15:16, schrieb Oliver Kroth:

Question: is lua_close() signal-safe? I.e. can another (operating system) task interrupt the Lua interpreter executing the state L and call lua_close(L), no matter in which state the Lua interpreter was? What if the interpreter was in the middle of a GC?