lua-users home
lua-l archive

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


> One answer for coroutines in the scope manager pattern is that one needs 
> not just on_exit and on_failure, but also the pair on_yield/on_resume.

That seems too complicated for what should be an unusual situation.


> Do upvalues get processed when a coroutine gets collected?

Currently no.

-- Roberto