lua-users home
lua-l archive

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


On Fri, Oct 13, 2006 at 06:31:36PM -0300, Roberto Ierusalimschy wrote:
> > This is why I suggested separate signal and thread versions of
> > lua_sethook.
> 
> Can't you define the "thread version" of lua_sethook as part of your
> application, outside the Lua core?

The lua_lock and lua_unlock calls aren't exposed in the API.

-- 
Glenn Maynard