lua-users home
lua-l archive

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


> 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