Re: __gc finalizer called at exit?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: __gc finalizer called at exit?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年12月13日 09:16:16 -0200
> Perhaps have os.exit() take a flag that controls if objects should be
> collected before exit() is called?
It could but it would only work for the Lua state in which os.exit was called.