[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Manual timeslicing the VM.
- From: Rici Lake <lua@...>
- Date: Wed, 10 Aug 2005 00:56:16 -0500
On 10-Aug-05, at 12:44 AM, David Morris-Oliveros wrote:
Are coroutines closed? They're created through lua_newthread(), but
not closed with lua_close() right?
When you're finished with one, you just let it die and leave it alone,
dangling inside lua, right?
...where it will get garbage collected, assuming you haven't
accidentally retained a pointer to it.