lua-users home
lua-l archive

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


On Wed, Jul 18, 2018 at 10:04 PM Sean Conner <sean@conman.org> wrote:

>   Yes, but the resources that require cleanup if leaving scope are typically written in C ...

... and cleaned up via the __gc metamethod. I do not think deterministic finalisation has to break that.

Cheers,
V.