xopxe / lumen

Lua Multitasking Environment.
Other
153 stars 23 forks source link

modifies selector.grab_stdout() to also return the PID of the spawned… #21

Closed lePereT closed 2 years ago

lePereT commented 2 years ago

… process, which can be used to get the exit status of the process by using nixio.wait(). This might not be the best way of achieving this but is at least workable.