[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __gc finalizer called at exit?
- From: "steve donovan" <steve.j.donovan@...>
- Date: Wed, 12 Dec 2007 08:16:44 +0200
But that function will be a closure, so it doesn't require parameters
necesssarily.
It is occaisionally very useful to have something like os.atexit()
steve d.
On Dec 12, 2007 5:25 AM, Norman Ramsey <nr@eecs.harvard.edu> wrote:
> 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...