On Tue, May 4, 2010 at 9:43 AM, Chunlin Zhang <zhangchun...@gmail.com> wrote:
> If I want to do some mutithread programming,how can I do using wxlua in
> pure lua?

You can use Lua's coroutines, see the sample coroutine.wx.lua or more
generally Google for sample code using Lua coroutines. wxThread will
be added in the 2.9 release of wxLua, which may be in a few months.

You can also see some coroutine usage in the program gpeddler2, it was
written for a very old version of wxLua so it might not run out of the
box, but wxLua hasn't changed too much. It at least might give you
some ideas.

http://www.erix.it/progutil/gpeddler2/help/gpeddler2.html

Regards,
     John

------------------------------------------------------------------------------
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to