[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: state of the Lua nation on resource cleanup
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 18 Feb 2009 13:45:55 -0300
> 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
- References:
- Re: state of the Lua nation on resource cleanup, David Manura
- Re: state of the Lua nation on resource cleanup, Roberto Ierusalimschy
- Re: state of the Lua nation on resource cleanup, John Belmonte
- Re: state of the Lua nation on resource cleanup, Roberto Ierusalimschy
- Re: state of the Lua nation on resource cleanup, Fabien
- Re: state of the Lua nation on resource cleanup, Roberto Ierusalimschy
- Re: state of the Lua nation on resource cleanup, Asko Kauppi
- Re: state of the Lua nation on resource cleanup, Roberto Ierusalimschy
- Re: state of the Lua nation on resource cleanup, Asko Kauppi
- Re: state of the Lua nation on resource cleanup, Mark Hamburg