lua-users home
lua-l archive

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


> The documentation entry on lua_newthread still says: "There is no
> explicit function to close or to destroy a thread.". Now, with
> lua_resetthread, seems like there is, right?

Yes, thanks.


> While here: doesn't it make sense to make lua_resetthread /
> coroutine.kill naming more consistent, possibly having 'close' in the
> names to reflect functionality? Is it too late?

Not too late at all. (This is a release *candidate* for *alpha*.)

-- Roberto