lua-users home
lua-l archive

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


On Thu, Feb 6, 2020 at 6:54 PM Paul K wrote:
LuaJIT debug hooks are global
(whereas Lua hooks are per coroutine):


Thanks for information. 
What is the simplest way in LuaJIT to determine
which coroutine the hook was invoked in?
Is it a good suggestion to add global hooks to Lua?