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?