[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: How to disable hooks?
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Wed, 10 Jun 2015 11:41:13 +0000
> With my corowatch module, I provided functions to monkeypatch the
> coroutine creation. The patched versions track the coroutines created.
>
> Won't win a beauty contest, but works.
But this will only work with coroutine.create/wrap? I have the problem
when lua_newthread is called independent of the coroutine module.
- Jörg