pinnacle icon indicating copy to clipboard operation
pinnacle copied to clipboard

Add `std::process::Command`-like API for spawning processes

Open Ottatop opened this issue 2 years ago • 0 comments

Let's be real here: callbacks are good for some things and not for others. Signals being one of the "some things" and the current Process::spawn API being the "others".

I'd like to implement an API mirroring Rusts Command for spawning processes. Possibly also on the Lua side. This should make it less tedious to do things like wait for spawned processes to exit.

Ottatop avatar Apr 19 '24 17:04 Ottatop