[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __gc finalizer called at exit?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Wed, 12 Dec 2007 11:18:53 -0200
> It's annoying that a function passed to atexit() won't take a parameter!
> I assume this is why there's no os.atexit in Lua...
Yes.
-- Roberto