lua_newthread: is this essentially creating a coroutine?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: lua_newthread: is this essentially creating a coroutine?
- From: Edwin Eyan Moragas <haaktu@...>
- Date: 2005年9月16日 12:13:40 +0800
Hi guys,
does lua_newthread create a new thread (OS thread)
or does it create a coroutine pushed to the existing
lua state?
what i'm trying to find out is if this new lua thread
created by lua_newthread will block other
existing lua threads (ie, coroutines).
--
salud,
eyan
http://www.eyan.org