lua-users home
lua-l archive

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


On Wed, Feb 18, 2009 at 8:45 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>> Do upvalues get processed when a coroutine gets collected?
>
> Currently no.

Sorry if  this is obvious, but what does "processed" mean in this context?

Any upvalues which are maintaining a ref to userdata will cause that
userdata's __gc to be triggered, right?

Sam