Relative Content

Tag Archive for lualibuv

how to use luv with pipes?

I am trying to use luv to build an NES emulator plugin that can communicate with another process without pausing the game emulation. I had something that was working smoothly when I tested it by manually typing in input data, but when I went to test communicating with another process via a pipe, the lua script never seemed to receive any data.