[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: lua_closethread
- From: Dmitry Shubin <emage@...>
- Date: Thu, 10 Jul 2003 10:50:43 +0400
Hello Nodir,
Thursday, July 10, 2003, 10:37:00 AM, you wrote:
>>> In manual described lua_closethread, but I did not find it.
>>> Is it exists?
>>No, it's a bug in the manual. See the Bugs page on the Lua website.
NT> And how close thread? In bugs page no solution.
I think it is not necessary to close thread by any function. Threads
is stored in the lua state and garbage-collected like tables or
functions.
To All: Is that right?
Dmitry Shubin
----