lua-users home
lua-l archive

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


those libraries will be really useful, thanks for the links!

the only reference to the suspended coroutine is "tableref.co" so if i set
"tableref = nil" i won't have any reference to it once tableref gets
collected (or at least i would hope so...)
This may fight tho with the "running coroutine references" that Anton Titov
was mentioning, so tableref may be collected but the actually coroutine will
never be because of the "lua stack system-reference"?



--
View this message in context: http://lua.2524044.n2.nabble.com/coroutines-local-userdata-and-GC-tp7664107p7664127.html
Sent from the Lua-l mailing list archive at Nabble.com.