Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add std::process::Command-like API for spawning processes #206

Open
Ottatop opened this issue Apr 19, 2024 · 0 comments
Open

Add std::process::Command-like API for spawning processes #206

Ottatop opened this issue Apr 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Ottatop
Copy link
Collaborator

Ottatop commented Apr 19, 2024

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 Ottatop added the enhancement New feature or request label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant