[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Re[2]: lua_closethread
- From: "Nick Trout" <nick@...>
- Date: Thu, 10 Jul 2003 10:19:45 -0700
> >>> 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?
I believe this is correct, but a little confusing, because the handle
you have for your thread/coroutine is a lua_State*.
--nick