Re: Threads again
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Threads again
- From: Wim Couwenberg <w.couwenberg@...>
- Date: 2006年1月29日 18:22:20 +0100
> Close the thread? Extra states created with lua_newthread cannot be
> closed explicitly, only by a garbage collect cycle (possibly when the
> administration state is closed.)
Correct. But here's the simple reason: closing a thread will close
its main state (i.e. your administration state and all other threads.)
--
Wim