lua-users home
lua-l archive

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



On Fri, Jan 26, 2018 at 4:54 PM, Joshua Jensen <josh.jjensen@gmail.com> wrote:
You imply you want asynchronous reads and writes here...?

Anyway, my go to, now called osprocess [1], for dealing with process input and output is based on the old lua-ex module. I have used it with success for years.

-Josh

[1] https://github.com/jjensen/luaplus51-all/tree/master/Src/Modules/osprocess


I have something similar too. It should work in lua 5.3 and luajit 2.1, linux and windows. I pushed it on luarocks too, but it is not tested a lot...