lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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