lua-users home
lua-l archive

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


On Fri, Aug 6, 2010 at 3:44 PM, Antonio Scuri <scuri@tecgraf.puc-rio.br> wrote:
>  You have to use another module that create threads. I would recommend
> LuaThread but I can’t find its link.

More info on Lua Threading (has a link to LuaThread):

http://batbytes.com/luafaq/#T3.6

Do note that LuaThreads is a patch to standard Lua.

>From the other side, support for asynchronous I/O would be very
useful. It would be cool if IUP provided some async I/O support like
GTK+

steve d.