[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: IUP, popen & processes
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 6 Aug 2010 16:32:38 +0200
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.