lua-users home
lua-l archive

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


See http://www.thijsschreijer.nl/blog/?p=693


On 22 Dec 2017, at 19:46, Gregg Reynolds <dev@mobileink.com> wrote:

"Creates a new thread running in a new, independent state...."

What does "thread" mean here? A pthread, for example?

It returns a lua_State, which is "An opaque structure that points to a thread..."

Same question.

Thanks,
Gregg