lua-users home
lua-l archive

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


> This is the most natural way to run finalization code when a thread gets
> collected, isn't it? To create a userdatum with a __gc that stays
> alive as long as the thread does?

Finalization or cleaning? What does the finalization code do?

-- Roberto